#9ECA74

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

Shades of Olivine #9ECA74

Tints of Olivine #9ECA74

Color information

#9ECA74 (or 0x9ECA74) is unknown color: approx Olivine. HEX triplet: 9E, CA and 74. RGB value is (158,202,116). Sum of RGB (Red+Green+Blue) = 158+202+116=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECA74 is #61358B. Grayscale: #B3B3B3. Windows color (decimal): -6370700 or 7654046. OLE color: 7654046.

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

Color convert

RGB158202116-
CMYK0.2200.430.21
HSL90.7º44.79%62.35%-
HSV(B)90.7º42.57%79.22%-
XYZ38.3750.7724.3-
YUV179.0492.42112.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.19%
GREEN value IS 202 (79.30% from 255) = 42.44%
BLUE value IS 116 (45.70% from 255) = 24.37%
R=33.19%
G=42.44%
B=24.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1582021160.2200.430.2190.744.7962.35
Hex9ECA741602B155b2d3e
Octal23631216426053251335576
Binary10011110110010101110100101100101011101011011011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,202,116); }

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

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

 a { background-color: rgb(158,202,116); }

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

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

 span { border-color: rgb(158,202,116); }

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