#9FCC72

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

Shades of Olivine #9FCC72

Tints of Olivine #9FCC72

Color information

#9FCC72 (or 0x9FCC72) is unknown color: approx Olivine. HEX triplet: 9F, CC and 72. RGB value is (159,204,114). Sum of RGB (Red+Green+Blue) = 159+204+114=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCC72 is #60338D. Grayscale: #B4B4B4. Windows color (decimal): -6304654 or 7523487. OLE color: 7523487.

HSL color Cylindrical-coordinate representation of color #9FCC72: hue angle of 90º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9FCC72 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB159204114-
CMYK0.2200.440.2
HSL90º46.88%62.35%-
HSV(B)90º44.12%80%-
XYZ38.9351.7723.86-
YUV180.2890.59112.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.33%
GREEN value IS 204 (80.08% from 255) = 42.77%
BLUE value IS 114 (44.92% from 255) = 23.90%
R=33.33%
G=42.77%
B=23.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1592041140.2200.440.29046.8862.35
Hex9FCC721602C145a2f3e
Octal23731416226054241325776
Binary10011111110011001110010101100101100101001011010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,204,114); }

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

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

 a { background-color: rgb(159,204,114); }

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

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

 span { border-color: rgb(159,204,114); }

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