Html Css Color HEX #9EAD76 Sage

📋 copy color: '#9EAD76'

red 158 ◦ green 173 ◦ blue 118

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

Shades of Sage #9EAD76

Tints of Sage #9EAD76

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.53%

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

R = 35.19%
G = 38.53%
B = 26.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#9EAD76 (or 0x9EAD76) is known color: Sage. HEX triplet: 9E, AD and 76. RGB value is (158,173,118). Sum of RGB (Red+Green+Blue) = 158+173+118=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 173 - color contains mainly: green. Hex color #9EAD76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAD76 is #615289. Grayscale: #A2A2A2. Windows color (decimal): -6378122 or 7777694. OLE color: 7777694.

HSL color Cylindrical-coordinate representation of color #9EAD76: hue angle of 76.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EAD76 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 158 173 118 -
CMYK 0.09 0 0.32 0.32
HSL 76.36º 0.25% 0.57% -
HSV(B) 76.36º 0.32% 0.68% -
XYZ 32.31 38.46 22.86 -
YUV 162.25 103.03 124.97 -
System Red Green Blue C M Y K H S L
Decimal 158 173 118 0.09 0 0.32 0.32 76.36 0.25 0.57
Hex 9E AD 76 9 0 20 20 4C 19 39
Octal 236 255 166 11 0 40 40 114 31 71
Binary 10011110 10101101 1110110 1001 0 100000 100000 1001100 11001 111001

Color Harmonies of #9EAD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAD76

Black with #9EAD76

Text Example


Text Example

White with #9EAD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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