Html Css Color HEX #9EAB72 Sage

📋 copy color: '#9EAB72'

red 158 ◦ green 171 ◦ blue 114

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

Shades of Sage #9EAB72

Tints of Sage #9EAB72

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.6%

 BLUE value IS 114 (44.92% from 255) = 25.73%

R = 35.67%
G = 38.6%
B = 25.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#9EAB72 (or 0x9EAB72) is known color: Sage. HEX triplet: 9E, AB and 72. RGB value is (158,171,114). Sum of RGB (Red+Green+Blue) = 158+171+114=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 171 - color contains mainly: green. Hex color #9EAB72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAB72 is #61548D. Grayscale: #A0A0A0. Windows color (decimal): -6378638 or 7515038. OLE color: 7515038.

HSL color Cylindrical-coordinate representation of color #9EAB72: hue angle of 73.68º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EAB72 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 171 114 -
CMYK 0.08 0 0.33 0.33
HSL 73.68º 0.25% 0.56% -
HSV(B) 73.68º 0.33% 0.67% -
XYZ 31.7 37.61 21.51 -
YUV 160.62 101.69 126.13 -
System Red Green Blue C M Y K H S L
Decimal 158 171 114 0.08 0 0.33 0.33 73.68 0.25 0.56
Hex 9E AB 72 8 0 21 21 4A 19 38
Octal 236 253 162 10 0 41 41 112 31 70
Binary 10011110 10101011 1110010 1000 0 100001 100001 1001010 11001 111000

Color Harmonies of #9EAB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAB72

Black with #9EAB72

Text Example


Text Example

White with #9EAB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,171,114); }

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

background-color css

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

 a { background-color: rgb(158,171,114); }

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

border-color css

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

 span { border-color: rgb(158,171,114); }

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