#9EAE7D

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

Shades of Olivine #9EAE7D

Tints of Olivine #9EAE7D

Color information

#9EAE7D (or 0x9EAE7D) is unknown color: approx Olivine. HEX triplet: 9E, AE and 7D. RGB value is (158,174,125). Sum of RGB (Red+Green+Blue) = 158+174+125=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 174 - color contains mainly: green. Hex color #9EAE7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAE7D is #615182. Grayscale: #A3A3A3. Windows color (decimal): -6377859 or 8236702. OLE color: 8236702.

HSL color Cylindrical-coordinate representation of color #9EAE7D: hue angle of 79.59º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EAE7D is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB158174125-
CMYK0.0900.280.32
HSL79.59º23.22%58.63%-
HSV(B)79.59º28.16%68.24%-
XYZ32.9439.0225.2-
YUV163.63106.2123.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.57%
GREEN value IS 174 (68.36% from 255) = 38.07%
BLUE value IS 125 (49.22% from 255) = 27.35%
R=34.57%
G=38.07%
B=27.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581741250.0900.280.3279.5923.2258.63
Hex9EAE7D901C2050173b
Octal23625617511034401202773
Binary100111101010111011111011001011100100000101000010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,174,125); }

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

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

 a { background-color: rgb(158,174,125); }

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

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

 span { border-color: rgb(158,174,125); }

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