Html Css Color HEX #9EA776 Sage

📋 copy color: '#9EA776'

red 158 ◦ green 167 ◦ blue 118

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

Shades of Sage #9EA776

Tints of Sage #9EA776

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.7%

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

R = 35.67%
G = 37.7%
B = 26.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#9EA776 (or 0x9EA776) is known color: Sage. HEX triplet: 9E, A7 and 76. RGB value is (158,167,118). Sum of RGB (Red+Green+Blue) = 158+167+118=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 167 - color contains mainly: green. Hex color #9EA776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA776 is #615889. Grayscale: #9E9E9E. Windows color (decimal): -6379658 or 7776158. OLE color: 7776158.

HSL color Cylindrical-coordinate representation of color #9EA776: hue angle of 71.02º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EA776 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 158 167 118 -
CMYK 0.05 0 0.29 0.35
HSL 71.02º 0.22% 0.56% -
HSV(B) 71.02º 0.29% 0.65% -
XYZ 31.19 36.21 22.49 -
YUV 158.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 158 167 118 0.05 0 0.29 0.35 71.02 0.22 0.56
Hex 9E A7 76 5 0 1D 23 47 16 38
Octal 236 247 166 5 0 35 43 107 26 70
Binary 10011110 10100111 1110110 101 0 11101 100011 1000111 10110 111000

Color Harmonies of #9EA776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA776

Black with #9EA776

Text Example


Text Example

White with #9EA776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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