#9FC772

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

Shades of Olivine #9FC772

Tints of Olivine #9FC772

Color information

#9FC772 (or 0x9FC772) is unknown color: approx Olivine. HEX triplet: 9F, C7 and 72. RGB value is (159,199,114). Sum of RGB (Red+Green+Blue) = 159+199+114=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 199 - color contains mainly: green. Hex color #9FC772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC772 is #60388D. Grayscale: #B1B1B1. Windows color (decimal): -6305934 or 7522207. OLE color: 7522207.

HSL color Cylindrical-coordinate representation of color #9FC772: hue angle of 88.24º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9FC772 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB159199114-
CMYK0.2000.430.22
HSL88.24º43.15%61.37%-
HSV(B)88.24º42.71%78.04%-
XYZ37.7649.4323.47-
YUV177.3592.25114.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.69%
GREEN value IS 199 (78.12% from 255) = 42.16%
BLUE value IS 114 (44.92% from 255) = 24.15%
R=33.69%
G=42.16%
B=24.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1591991140.2000.430.2288.2443.1561.37
Hex9FC7721402B16582b3d
Octal23730716224053261305375
Binary10011111110001111110010101000101011101101011000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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