#9EA574

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

Shades of Sage #9EA574

Tints of Sage #9EA574

Color information

#9EA574 (or 0x9EA574) is unknown color: approx Sage. HEX triplet: 9E, A5 and 74. RGB value is (158,165,116). Sum of RGB (Red+Green+Blue) = 158+165+116=439 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.99% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA574 is #615A8B. Grayscale: #9D9D9D. Windows color (decimal): -6380172 or 7644574. OLE color: 7644574.

HSL color Cylindrical-coordinate representation of color #9EA574: hue angle of 68.57º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EA574 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB158165116-
CMYK0.0400.300.35
HSL68.57º21.4%55.1%-
HSV(B)68.57º29.7%64.71%-
XYZ30.7135.4421.75-
YUV157.32104.68128.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.99%
GREEN value IS 165 (64.84% from 255) = 37.59%
BLUE value IS 116 (45.70% from 255) = 26.42%
R=35.99%
G=37.59%
B=26.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1581651160.0400.300.3568.5721.455.1
Hex9EA574401E23451537
Octal2362451644036431052567
Binary10011110101001011110100100011110100011100010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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