#8E996F

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

Shades of Sage #8E996F

Tints of Sage #8E996F

Color information

#8E996F (or 0x8E996F) is unknown color: approx Sage. HEX triplet: 8E, 99 and 6F. RGB value is (142,153,111). Sum of RGB (Red+Green+Blue) = 142+153+111=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 153 - color contains mainly: green. Hex color #8E996F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E996F is #716690. Grayscale: #919191. Windows color (decimal): -7431825 or 7313806. OLE color: 7313806.

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

Color convert

RGB142153111-
CMYK0.0700.270.4
HSL75.71º17.07%51.76%-
HSV(B)75.71º27.45%60%-
XYZ25.4229.6819.43-
YUV144.92108.86125.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.98%
GREEN value IS 153 (60.16% from 255) = 37.68%
BLUE value IS 111 (43.75% from 255) = 27.34%
R=34.98%
G=37.68%
B=27.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1421531110.0700.270.475.7117.0751.76
Hex8E996F701B284c1134
Octal2162311577033501142164
Binary10001110100110011101111111011011101000100110010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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