#8CB776

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

Shades of Olivine #8CB776

Tints of Olivine #8CB776

Color information

#8CB776 (or 0x8CB776) is unknown color: approx Olivine. HEX triplet: 8C, B7 and 76. RGB value is (140,183,118). Sum of RGB (Red+Green+Blue) = 140+183+118=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB776 is #734889. Grayscale: #A2A2A2. Windows color (decimal): -7555210 or 7780236. OLE color: 7780236.

HSL color Cylindrical-coordinate representation of color #8CB776: hue angle of 99.69º 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 #8CB776 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB140183118-
CMYK0.2300.360.28
HSL99.69º31.1%59.02%-
HSV(B)99.69º35.52%71.76%-
XYZ31.0240.7523.37-
YUV162.73102.75111.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.75%
GREEN value IS 183 (71.88% from 255) = 41.50%
BLUE value IS 118 (46.48% from 255) = 26.76%
R=31.75%
G=41.50%
B=26.76%

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
Decimal1401831180.2300.360.2899.6931.159.02
Hex8CB776170241C641f3b
Octal21426716627044341443773
Binary1000110010110111111011010111010010011100110010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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