Html Css Color HEX #9EAA76 Sage

📋 copy color: '#9EAA76'

red 158 ◦ green 170 ◦ blue 118

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

Shades of Sage #9EAA76

Tints of Sage #9EAA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.46%

R = 35.43%
G = 38.12%
B = 26.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#9EAA76 (or 0x9EAA76) is known color: Sage. HEX triplet: 9E, AA and 76. RGB value is (158,170,118). Sum of RGB (Red+Green+Blue) = 158+170+118=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAA76 is #615589. Grayscale: #A0A0A0. Windows color (decimal): -6378890 or 7776926. OLE color: 7776926.

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

Color convert

RGB 158 170 118 -
CMYK 0.07 0 0.31 0.33
HSL 73.85º 0.23% 0.56% -
HSV(B) 73.85º 0.31% 0.67% -
XYZ 31.75 37.33 22.67 -
YUV 160.48 104.02 126.23 -
System Red Green Blue C M Y K H S L
Decimal 158 170 118 0.07 0 0.31 0.33 73.85 0.23 0.56
Hex 9E AA 76 7 0 1F 21 4A 17 38
Octal 236 252 166 7 0 37 41 112 27 70
Binary 10011110 10101010 1110110 111 0 11111 100001 1001010 10111 111000

Color Harmonies of #9EAA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAA76

Black with #9EAA76

Text Example


Text Example

White with #9EAA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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