#8DBA76

Color #8DBA76 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #8DBA76

Tints of Olivine #8DBA76

Color information

#8DBA76 (or 0x8DBA76) is unknown color: approx Olivine. HEX triplet: 8D, BA and 76. RGB value is (141,186,118). Sum of RGB (Red+Green+Blue) = 141+186+118=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBA76 is #724589. Grayscale: #A5A5A5. Windows color (decimal): -7488906 or 7781005. OLE color: 7781005.

HSL color Cylindrical-coordinate representation of color #8DBA76: hue angle of 99.71º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DBA76 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB141186118-
CMYK0.2400.370.27
HSL99.71º33.01%59.61%-
HSV(B)99.71º36.56%72.94%-
XYZ31.8142.0923.59-
YUV164.79101.59111.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 31.69%
GREEN value IS 186 (73.05% from 255) = 41.80%
BLUE value IS 118 (46.48% from 255) = 26.52%
R=31.69%
G=41.80%
B=26.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411861180.2400.370.2799.7133.0159.61
Hex8DBA76180251B64213c
Octal21527216630045331444174
Binary10001101101110101110110110000100101110111100100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DBA76; }

 p { color: rgb(141,186,118); }

 H1.HeaderClassName
 {
   color: #8DBA76;
 }
 .AnyTagClassName
 {
   color: #8DBA76;
 }
</style>
background-color css

<style>
 a { background-color: #8DBA76; }

 a { background-color: rgb(141,186,118); }

 div.DivClassName
 {
   background-color: #8DBA76;
 }
 .BgClassName
 {
   background-color: #8DBA76;
 }
</style>
border-color css

<style>
 span { border-color: #8DBA76; }

 span { border-color: rgb(141,186,118); }

 td.TdClassName
 {
   border-color: #8DBA76;
 }
 .TagClassName
 {
   border-color: #8DBA76;
 }
</style>