#9EA974

Color #9EA974 Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #9EA974

Tints of Sage #9EA974

Color information

#9EA974 (or 0x9EA974) is unknown color: approx Sage. HEX triplet: 9E, A9 and 74. RGB value is (158,169,116). Sum of RGB (Red+Green+Blue) = 158+169+116=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA974 is #61568B. Grayscale: #9F9F9F. Windows color (decimal): -6379148 or 7645598. OLE color: 7645598.

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

Color convert

RGB158169116-
CMYK0.0700.310.34
HSL72.45º23.56%55.88%-
HSV(B)72.45º31.36%66.27%-
XYZ31.4436.9121.99-
YUV159.67103.36126.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.67%
GREEN value IS 169 (66.41% from 255) = 38.15%
BLUE value IS 116 (45.70% from 255) = 26.19%
R=35.67%
G=38.15%
B=26.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1581691160.0700.310.3472.4523.5655.88
Hex9EA974701F22481838
Octal2362511647037421103070
Binary10011110101010011110100111011111100010100100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,169,116); }

 H1.HeaderClassName
 {
   color: #9EA974;
 }
 .AnyTagClassName
 {
   color: #9EA974;
 }
</style>
background-color css

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

 a { background-color: rgb(158,169,116); }

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

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

 span { border-color: rgb(158,169,116); }

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