Html Css Color HEX #9EA676 Sage

📋 copy color: '#9EA676'

red 158 ◦ green 166 ◦ blue 118

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

Shades of Sage #9EA676

Tints of Sage #9EA676

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.56%

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

R = 35.75%
G = 37.56%
B = 26.7%

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

#9EA676 (or 0x9EA676) is known color: Sage. HEX triplet: 9E, A6 and 76. RGB value is (158,166,118). Sum of RGB (Red+Green+Blue) = 158+166+118=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 166 - color contains mainly: green. Hex color #9EA676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA676 is #615989. Grayscale: #9E9E9E. Windows color (decimal): -6379914 or 7775902. OLE color: 7775902.

HSL color Cylindrical-coordinate representation of color #9EA676: hue angle of 70º degrees, saturation: 0.21, 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 #9EA676 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 158 166 118 -
CMYK 0.05 0 0.29 0.35
HSL 70º 0.21% 0.56% -
HSV(B) 70º 0.29% 0.65% -
XYZ 31.01 35.85 22.42 -
YUV 158.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 158 166 118 0.05 0 0.29 0.35 70 0.21 0.56
Hex 9E A6 76 5 0 1D 23 46 15 38
Octal 236 246 166 5 0 35 43 106 25 70
Binary 10011110 10100110 1110110 101 0 11101 100011 1000110 10101 111000

Color Harmonies of #9EA676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA676

Black with #9EA676

Text Example


Text Example

White with #9EA676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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