Html Css Color HEX #9EAF73 Olivine

📋 copy color: '#9EAF73'

red 158 ◦ green 175 ◦ blue 115

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

Shades of Olivine #9EAF73

Tints of Olivine #9EAF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.67%

R = 35.27%
G = 39.06%
B = 25.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#9EAF73 (or 0x9EAF73) is known color: Olivine. HEX triplet: 9E, AF and 73. RGB value is (158,175,115). Sum of RGB (Red+Green+Blue) = 158+175+115=448 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.27% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAF73 is #61508C. Grayscale: #A3A3A3. Windows color (decimal): -6377613 or 7581598. OLE color: 7581598.

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

Color convert

RGB 158 175 115 -
CMYK 0.10 0 0.34 0.31
HSL 77º 0.27% 0.57% -
HSV(B) 77º 0.34% 0.69% -
XYZ 32.53 39.17 22.07 -
YUV 163.08 100.87 124.38 -
System Red Green Blue C M Y K H S L
Decimal 158 175 115 0.10 0 0.34 0.31 77 0.27 0.57
Hex 9E AF 73 A 0 22 1F 4D 1B 39
Octal 236 257 163 12 0 42 37 115 33 71
Binary 10011110 10101111 1110011 1010 0 100010 11111 1001101 11011 111001

Color Harmonies of #9EAF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAF73

Black with #9EAF73

Text Example


Text Example

White with #9EAF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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