#8E9E73

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

Shades of Sage #8E9E73

Tints of Sage #8E9E73

Color information

#8E9E73 (or 0x8E9E73) is unknown color: approx Sage. HEX triplet: 8E, 9E and 73. RGB value is (142,158,115). Sum of RGB (Red+Green+Blue) = 142+158+115=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 158 - color contains mainly: green. Hex color #8E9E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9E73 is #71618C. Grayscale: #949494. Windows color (decimal): -7430541 or 7577230. OLE color: 7577230.

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

Color convert

RGB142158115-
CMYK0.1000.270.38
HSL82.33º18.14%53.53%-
HSV(B)82.33º27.22%61.96%-
XYZ26.4831.4420.89-
YUV148.31109.2123.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.22%
GREEN value IS 158 (62.11% from 255) = 38.07%
BLUE value IS 115 (45.31% from 255) = 27.71%
R=34.22%
G=38.07%
B=27.71%

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
Decimal1421581150.1000.270.3882.3318.1453.53
Hex8E9E73A01B26521236
Octal21623616312033461222266
Binary100011101001111011100111010011011100110101001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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