#8DB776

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

Shades of Olivine #8DB776

Tints of Olivine #8DB776

Color information

#8DB776 (or 0x8DB776) is unknown color: approx Olivine. HEX triplet: 8D, B7 and 76. RGB value is (141,183,118). Sum of RGB (Red+Green+Blue) = 141+183+118=442 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.90% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB776 is #724889. Grayscale: #A3A3A3. Windows color (decimal): -7489674 or 7780237. OLE color: 7780237.

HSL color Cylindrical-coordinate representation of color #8DB776: hue angle of 98.77º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DB776 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB141183118-
CMYK0.2300.360.28
HSL98.77º31.1%59.02%-
HSV(B)98.77º35.52%71.76%-
XYZ31.1940.8423.38-
YUV163.03102.59112.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.90%
GREEN value IS 183 (71.88% from 255) = 41.40%
BLUE value IS 118 (46.48% from 255) = 26.70%
R=31.90%
G=41.40%
B=26.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1411831180.2300.360.2898.7731.159.02
Hex8DB776170241C631f3b
Octal21526716627044341433773
Binary1000110110110111111011010111010010011100110001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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