Html Css Color HEX #9EAF7C Olivine

📋 copy color: '#9EAF7C'

red 158 ◦ green 175 ◦ blue 124

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

Shades of Olivine #9EAF7C

Tints of Olivine #9EAF7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.13%

R = 34.57%
G = 38.29%
B = 27.13%

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

#9EAF7C (or 0x9EAF7C) is known color: Olivine. HEX triplet: 9E, AF and 7C. RGB value is (158,175,124). Sum of RGB (Red+Green+Blue) = 158+175+124=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAF7C is #615083. Grayscale: #A4A4A4. Windows color (decimal): -6377604 or 8171422. OLE color: 8171422.

HSL color Cylindrical-coordinate representation of color #9EAF7C: hue angle of 80º 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 #9EAF7C is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 158 175 124 -
CMYK 0.10 0 0.29 0.31
HSL 80º 0.24% 0.59% -
HSV(B) 80º 0.29% 0.69% -
XYZ 33.07 39.38 24.93 -
YUV 164.1 105.37 123.65 -
System Red Green Blue C M Y K H S L
Decimal 158 175 124 0.10 0 0.29 0.31 80 0.24 0.59
Hex 9E AF 7C A 0 1D 1F 50 18 3B
Octal 236 257 174 12 0 35 37 120 30 73
Binary 10011110 10101111 1111100 1010 0 11101 11111 1010000 11000 111011

Color Harmonies of #9EAF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAF7C

Black with #9EAF7C

Text Example


Text Example

White with #9EAF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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