Html Css Color HEX #9EA573 Sage

📋 copy color: '#9EA573'

red 158 ◦ green 165 ◦ blue 115

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

Shades of Sage #9EA573

Tints of Sage #9EA573

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.67%

 BLUE value IS 115 (45.31% from 255) = 26.26%

R = 36.07%
G = 37.67%
B = 26.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#9EA573 (or 0x9EA573) is known color: Sage. HEX triplet: 9E, A5 and 73. RGB value is (158,165,115). Sum of RGB (Red+Green+Blue) = 158+165+115=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA573 is #615A8C. Grayscale: #9D9D9D. Windows color (decimal): -6380173 or 7579038. OLE color: 7579038.

HSL color Cylindrical-coordinate representation of color #9EA573: hue angle of 68.4º degrees, saturation: 0.22, 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 #9EA573 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 158 165 115 -
CMYK 0.04 0 0.30 0.35
HSL 68.4º 0.22% 0.55% -
HSV(B) 68.4º 0.3% 0.65% -
XYZ 30.65 35.42 21.44 -
YUV 157.21 104.18 128.57 -
System Red Green Blue C M Y K H S L
Decimal 158 165 115 0.04 0 0.30 0.35 68.4 0.22 0.55
Hex 9E A5 73 4 0 1E 23 44 16 37
Octal 236 245 163 4 0 36 43 104 26 67
Binary 10011110 10100101 1110011 100 0 11110 100011 1000100 10110 110111

Color Harmonies of #9EA573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA573

Black with #9EA573

Text Example


Text Example

White with #9EA573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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