#9CBB76

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

Shades of Olivine #9CBB76

Tints of Olivine #9CBB76

Color information

#9CBB76 (or 0x9CBB76) is unknown color: approx Olivine. HEX triplet: 9C, BB and 76. RGB value is (156,187,118). Sum of RGB (Red+Green+Blue) = 156+187+118=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBB76 is #634489. Grayscale: #AAAAAA. Windows color (decimal): -6505610 or 7781276. OLE color: 7781276.

HSL color Cylindrical-coordinate representation of color #9CBB76: hue angle of 86.96º degrees, saturation: 0.34, 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 #9CBB76 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB156187118-
CMYK0.1700.370.27
HSL86.96º33.66%59.8%-
HSV(B)86.96º36.9%73.33%-
XYZ34.7543.9223.78-
YUV169.8698.73118.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.84%
GREEN value IS 187 (73.44% from 255) = 40.56%
BLUE value IS 118 (46.48% from 255) = 25.60%
R=33.84%
G=40.56%
B=25.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561871180.1700.370.2786.9633.6659.8
Hex9CBB76110251B57223c
Octal23427316621045331274274
Binary10011100101110111110110100010100101110111010111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CBB76; }

 p { color: rgb(156,187,118); }

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

<style>
 a { background-color: #9CBB76; }

 a { background-color: rgb(156,187,118); }

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

<style>
 span { border-color: #9CBB76; }

 span { border-color: rgb(156,187,118); }

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