#8E996E

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

Shades of Sage #8E996E

Tints of Sage #8E996E

Color information

#8E996E (or 0x8E996E) is unknown color: approx Sage. HEX triplet: 8E, 99 and 6E. RGB value is (142,153,110). Sum of RGB (Red+Green+Blue) = 142+153+110=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 153 - color contains mainly: green. Hex color #8E996E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E996E is #716691. Grayscale: #909090. Windows color (decimal): -7431826 or 7248270. OLE color: 7248270.

HSL color Cylindrical-coordinate representation of color #8E996E: hue angle of 75.35º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8E996E is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB142153110-
CMYK0.0700.280.4
HSL75.35º17.41%51.57%-
HSV(B)75.35º28.1%60%-
XYZ25.3629.6619.14-
YUV144.81108.36126-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.06%
GREEN value IS 153 (60.16% from 255) = 37.78%
BLUE value IS 110 (43.36% from 255) = 27.16%
R=35.06%
G=37.78%
B=27.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1421531100.0700.280.475.3517.4151.57
Hex8E996E701C284b1134
Octal2162311567034501132164
Binary10001110100110011101110111011100101000100101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,153,110); }

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

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

 a { background-color: rgb(142,153,110); }

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

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

 span { border-color: rgb(142,153,110); }

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