Html Css Color HEX #9EAA7C Sage

📋 copy color: '#9EAA7C'

red 158 ◦ green 170 ◦ blue 124

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

Shades of Sage #9EAA7C

Tints of Sage #9EAA7C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.61%

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

R = 34.96%
G = 37.61%
B = 27.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#9EAA7C (or 0x9EAA7C) is known color: Sage. HEX triplet: 9E, AA and 7C. RGB value is (158,170,124). Sum of RGB (Red+Green+Blue) = 158+170+124=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAA7C is #615583. Grayscale: #A1A1A1. Windows color (decimal): -6378884 or 8170142. OLE color: 8170142.

HSL color Cylindrical-coordinate representation of color #9EAA7C: hue angle of 75.65º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9EAA7C is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 170 124 -
CMYK 0.07 0 0.27 0.33
HSL 75.65º 0.21% 0.58% -
HSV(B) 75.65º 0.27% 0.67% -
XYZ 32.11 37.47 24.61 -
YUV 161.17 107.02 125.74 -
System Red Green Blue C M Y K H S L
Decimal 158 170 124 0.07 0 0.27 0.33 75.65 0.21 0.58
Hex 9E AA 7C 7 0 1B 21 4C 15 3A
Octal 236 252 174 7 0 33 41 114 25 72
Binary 10011110 10101010 1111100 111 0 11011 100001 1001100 10101 111010

Color Harmonies of #9EAA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAA7C

Black with #9EAA7C

Text Example


Text Example

White with #9EAA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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