#9CBB75

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

Shades of Olivine #9CBB75

Tints of Olivine #9CBB75

Color information

#9CBB75 (or 0x9CBB75) is unknown color: approx Olivine. HEX triplet: 9C, BB and 75. RGB value is (156,187,117). Sum of RGB (Red+Green+Blue) = 156+187+117=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBB75 is #63448A. Grayscale: #AAAAAA. Windows color (decimal): -6505611 or 7715740. OLE color: 7715740.

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

Color convert

RGB156187117-
CMYK0.1700.370.27
HSL86.57º33.98%59.61%-
HSV(B)86.57º37.43%73.33%-
XYZ34.6943.8923.47-
YUV169.7598.23118.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.91%
GREEN value IS 187 (73.44% from 255) = 40.65%
BLUE value IS 117 (46.09% from 255) = 25.43%
R=33.91%
G=40.65%
B=25.43%

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
Decimal1561871170.1700.370.2786.5733.9859.61
Hex9CBB75110251B57223c
Octal23427316521045331274274
Binary10011100101110111110101100010100101110111010111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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