Html Css Color HEX #9EA479 Sage

📋 copy color: '#9EA479'

red 158 ◦ green 164 ◦ blue 121

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

Shades of Sage #9EA479

Tints of Sage #9EA479

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.02%

 BLUE value IS 121 (47.66% from 255) = 27.31%

R = 35.67%
G = 37.02%
B = 27.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#9EA479 (or 0x9EA479) is known color: Sage. HEX triplet: 9E, A4 and 79. RGB value is (158,164,121). Sum of RGB (Red+Green+Blue) = 158+164+121=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA479 is #615B86. Grayscale: #9D9D9D. Windows color (decimal): -6380423 or 7971998. OLE color: 7971998.

HSL color Cylindrical-coordinate representation of color #9EA479: hue angle of 68.37º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9EA479 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 158 164 121 -
CMYK 0.04 0 0.26 0.36
HSL 68.37º 0.19% 0.56% -
HSV(B) 68.37º 0.26% 0.64% -
XYZ 30.83 35.2 23.26 -
YUV 157.3 107.51 128.5 -
System Red Green Blue C M Y K H S L
Decimal 158 164 121 0.04 0 0.26 0.36 68.37 0.19 0.56
Hex 9E A4 79 4 0 1A 24 44 13 38
Octal 236 244 171 4 0 32 44 104 23 70
Binary 10011110 10100100 1111001 100 0 11010 100100 1000100 10011 111000

Color Harmonies of #9EA479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA479

Black with #9EA479

Text Example


Text Example

White with #9EA479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,164,121); }

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

background-color css

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

 a { background-color: rgb(158,164,121); }

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

border-color css

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

 span { border-color: rgb(158,164,121); }

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