#8E9D73

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

Shades of Sage #8E9D73

Tints of Sage #8E9D73

Color information

#8E9D73 (or 0x8E9D73) is unknown color: approx Sage. HEX triplet: 8E, 9D and 73. RGB value is (142,157,115). Sum of RGB (Red+Green+Blue) = 142+157+115=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 157 - color contains mainly: green. Hex color #8E9D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9D73 is #71628C. Grayscale: #939393. Windows color (decimal): -7430797 or 7576974. OLE color: 7576974.

HSL color Cylindrical-coordinate representation of color #8E9D73: hue angle of 81.43º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E9D73 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB142157115-
CMYK0.1000.270.38
HSL81.43º17.65%53.33%-
HSV(B)81.43º26.75%61.57%-
XYZ26.3131.120.84-
YUV147.73109.53123.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.30%
GREEN value IS 157 (61.72% from 255) = 37.92%
BLUE value IS 115 (45.31% from 255) = 27.78%
R=34.30%
G=37.92%
B=27.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1421571150.1000.270.3881.4317.6553.33
Hex8E9D73A01B26511235
Octal21623516312033461212265
Binary100011101001110111100111010011011100110101000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E9D73; }

 p { color: rgb(142,157,115); }

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

<style>
 a { background-color: #8E9D73; }

 a { background-color: rgb(142,157,115); }

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

<style>
 span { border-color: #8E9D73; }

 span { border-color: rgb(142,157,115); }

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