#9CCA72

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

Shades of Olivine #9CCA72

Tints of Olivine #9CCA72

Color information

#9CCA72 (or 0x9CCA72) is unknown color: approx Olivine. HEX triplet: 9C, CA and 72. RGB value is (156,202,114). Sum of RGB (Red+Green+Blue) = 156+202+114=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCA72 is #63358D. Grayscale: #B2B2B2. Windows color (decimal): -6501774 or 7522972. OLE color: 7522972.

HSL color Cylindrical-coordinate representation of color #9CCA72: hue angle of 91.36º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9CCA72 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB156202114-
CMYK0.2300.440.21
HSL91.36º45.36%61.96%-
HSV(B)91.36º43.56%79.22%-
XYZ37.8750.5223.68-
YUV178.2191.76112.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.05%
GREEN value IS 202 (79.30% from 255) = 42.80%
BLUE value IS 114 (44.92% from 255) = 24.15%
R=33.05%
G=42.80%
B=24.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1562021140.2300.440.2191.3645.3661.96
Hex9CCA721702C155b2d3e
Octal23431216227054251335576
Binary10011100110010101110010101110101100101011011011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,202,114); }

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

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

 a { background-color: rgb(156,202,114); }

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

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

 span { border-color: rgb(156,202,114); }

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