Html Css Color HEX #9EAF7D Olivine

📋 copy color: '#9EAF7D'

red 158 ◦ green 175 ◦ blue 125

#9EAF7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #9EAF7D

Tints of Olivine #9EAF7D

RGB

 RED value IS 158 (62.11% from 255) = 34.5%

 GREEN value IS 175 (68.75% from 255) = 38.21%

 BLUE value IS 125 (49.22% from 255) = 27.29%

R = 34.5%
G = 38.21%
B = 27.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#9EAF7D (or 0x9EAF7D) is known color: Olivine. HEX triplet: 9E, AF and 7D. RGB value is (158,175,125). Sum of RGB (Red+Green+Blue) = 158+175+125=458 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.50% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAF7D is #615082. Grayscale: #A4A4A4. Windows color (decimal): -6377603 or 8236958. OLE color: 8236958.

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

Color convert

RGB 158 175 125 -
CMYK 0.10 0 0.29 0.31
HSL 80.4º 0.24% 0.59% -
HSV(B) 80.4º 0.29% 0.69% -
XYZ 33.13 39.41 25.26 -
YUV 164.22 105.87 123.57 -
System Red Green Blue C M Y K H S L
Decimal 158 175 125 0.10 0 0.29 0.31 80.4 0.24 0.59
Hex 9E AF 7D A 0 1D 1F 50 18 3B
Octal 236 257 175 12 0 35 37 120 30 73
Binary 10011110 10101111 1111101 1010 0 11101 11111 1010000 11000 111011

Color Harmonies of #9EAF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAF7D

Black with #9EAF7D

Text Example


Text Example

White with #9EAF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EAF7D;
 }
 .AnyTagClassName
 {
   color: #9EAF7D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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