#9EAF81

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

Shades of Olivine #9EAF81

Tints of Olivine #9EAF81

Color information

#9EAF81 (or 0x9EAF81) is unknown color: approx Olivine. HEX triplet: 9E, AF and 81. RGB value is (158,175,129). Sum of RGB (Red+Green+Blue) = 158+175+129=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAF81 is #61507E. Grayscale: #A4A4A4. Windows color (decimal): -6377599 or 8499102. OLE color: 8499102.

HSL color Cylindrical-coordinate representation of color #9EAF81: hue angle of 82.17º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9EAF81 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB158175129-
CMYK0.1000.260.31
HSL82.17º22.33%59.61%-
HSV(B)82.17º26.29%68.63%-
XYZ33.3939.5126.64-
YUV164.67107.87123.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.20%
GREEN value IS 175 (68.75% from 255) = 37.88%
BLUE value IS 129 (50.78% from 255) = 27.92%
R=34.20%
G=37.88%
B=27.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581751290.1000.260.3182.1722.3359.61
Hex9EAF81A01A1F52163c
Octal23625720112032371222674
Binary100111101010111110000001101001101011111101001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,175,129); }

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

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

 a { background-color: rgb(158,175,129); }

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

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

 span { border-color: rgb(158,175,129); }

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