#9ECB72

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

Shades of Olivine #9ECB72

Tints of Olivine #9ECB72

Color information

#9ECB72 (or 0x9ECB72) is unknown color: approx Olivine. HEX triplet: 9E, CB and 72. RGB value is (158,203,114). Sum of RGB (Red+Green+Blue) = 158+203+114=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECB72 is #61348D. Grayscale: #B3B3B3. Windows color (decimal): -6370446 or 7523230. OLE color: 7523230.

HSL color Cylindrical-coordinate representation of color #9ECB72: hue angle of 90.34º degrees, saturation: 0.46, 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 #9ECB72 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB158203114-
CMYK0.2200.440.20
HSL90.34º46.11%62.16%-
HSV(B)90.34º43.84%79.61%-
XYZ38.4951.223.77-
YUV179.491.09112.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.26%
GREEN value IS 203 (79.69% from 255) = 42.74%
BLUE value IS 114 (44.92% from 255) = 24%
R=33.26%
G=42.74%
B=24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1582031140.2200.440.2090.3446.1162.16
Hex9ECB721602C145a2e3e
Octal23631316226054241325676
Binary10011110110010111110010101100101100101001011010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,203,114); }

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

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

 a { background-color: rgb(158,203,114); }

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

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

 span { border-color: rgb(158,203,114); }

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