#8CB076

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

Shades of Olivine #8CB076

Tints of Olivine #8CB076

Color information

#8CB076 (or 0x8CB076) is unknown color: approx Olivine. HEX triplet: 8C, B0 and 76. RGB value is (140,176,118). Sum of RGB (Red+Green+Blue) = 140+176+118=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB076 is #734F89. Grayscale: #9E9E9E. Windows color (decimal): -7557002 or 7778444. OLE color: 7778444.

HSL color Cylindrical-coordinate representation of color #8CB076: hue angle of 97.24º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CB076 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB140176118-
CMYK0.2000.330.31
HSL97.24º26.85%57.65%-
HSV(B)97.24º32.95%69.02%-
XYZ29.6137.9322.9-
YUV158.62105.07114.72-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.26%
GREEN value IS 176 (69.14% from 255) = 40.55%
BLUE value IS 118 (46.48% from 255) = 27.19%
R=32.26%
G=40.55%
B=27.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401761180.2000.330.3197.2426.8557.65
Hex8CB076140211F611b3a
Octal21426016624041371413372
Binary1000110010110000111011010100010000111111110000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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