#9CB770

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

Shades of Olivine #9CB770

Tints of Olivine #9CB770

Color information

#9CB770 (or 0x9CB770) is unknown color: approx Olivine. HEX triplet: 9C, B7 and 70. RGB value is (156,183,112). Sum of RGB (Red+Green+Blue) = 156+183+112=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB770 is #63488F. Grayscale: #A7A7A7. Windows color (decimal): -6506640 or 7387036. OLE color: 7387036.

HSL color Cylindrical-coordinate representation of color #9CB770: hue angle of 82.82º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CB770 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB156183112-
CMYK0.1500.390.28
HSL82.82º33.02%57.84%-
HSV(B)82.82º38.8%71.76%-
XYZ33.5742.121.69-
YUV166.8397.05120.27-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.59%
GREEN value IS 183 (71.88% from 255) = 40.58%
BLUE value IS 112 (44.14% from 255) = 24.83%
R=34.59%
G=40.58%
B=24.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1561831120.1500.390.2882.8233.0257.84
Hex9CB770F0271C53213a
Octal23426716017047341234172
Binary1001110010110111111000011110100111111001010011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,183,112); }

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

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

 a { background-color: rgb(156,183,112); }

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

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

 span { border-color: rgb(156,183,112); }

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