Html Css Color HEX #9EA878 Sage

📋 copy color: '#9EA878'

red 158 ◦ green 168 ◦ blue 120

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

Shades of Sage #9EA878

Tints of Sage #9EA878

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.67%

 BLUE value IS 120 (47.27% from 255) = 26.91%

R = 35.43%
G = 37.67%
B = 26.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#9EA878 (or 0x9EA878) is known color: Sage. HEX triplet: 9E, A8 and 78. RGB value is (158,168,120). Sum of RGB (Red+Green+Blue) = 158+168+120=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA878 is #615787. Grayscale: #9F9F9F. Windows color (decimal): -6379400 or 7907486. OLE color: 7907486.

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

Color convert

RGB 158 168 120 -
CMYK 0.06 0 0.29 0.34
HSL 72.5º 0.22% 0.56% -
HSV(B) 72.5º 0.29% 0.66% -
XYZ 31.49 36.63 23.18 -
YUV 159.54 105.69 126.9 -
System Red Green Blue C M Y K H S L
Decimal 158 168 120 0.06 0 0.29 0.34 72.5 0.22 0.56
Hex 9E A8 78 6 0 1D 22 48 16 38
Octal 236 250 170 6 0 35 42 110 26 70
Binary 10011110 10101000 1111000 110 0 11101 100010 1001000 10110 111000

Color Harmonies of #9EA878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA878

Black with #9EA878

Text Example


Text Example

White with #9EA878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,168,120); }

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

background-color css

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

 a { background-color: rgb(158,168,120); }

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

border-color css

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

 span { border-color: rgb(158,168,120); }

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