#8E997F

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

Shades of Sage #8E997F

Tints of Sage #8E997F

Color information

#8E997F (or 0x8E997F) is unknown color: approx Sage. HEX triplet: 8E, 99 and 7F. RGB value is (142,153,127). Sum of RGB (Red+Green+Blue) = 142+153+127=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 153 - color contains mainly: green. Hex color #8E997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E997F is #716680. Grayscale: #929292. Windows color (decimal): -7431809 or 8362382. OLE color: 8362382.

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

Color convert

RGB142153127-
CMYK0.0700.170.4
HSL85.38º11.3%54.9%-
HSV(B)85.38º16.99%60%-
XYZ26.3830.0724.49-
YUV146.75116.86124.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.65%
GREEN value IS 153 (60.16% from 255) = 36.26%
BLUE value IS 127 (50% from 255) = 30.09%
R=33.65%
G=36.26%
B=30.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1421531270.0700.170.485.3811.354.9
Hex8E997F70112855b37
Octal2162311777021501251367
Binary1000111010011001111111111101000110100010101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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