#8E927E

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

Shades of Sage #8E927E

Tints of Sage #8E927E

Color information

#8E927E (or 0x8E927E) is unknown color: approx Sage. HEX triplet: 8E, 92 and 7E. RGB value is (142,146,126). Sum of RGB (Red+Green+Blue) = 142+146+126=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 146 - color contains mainly: green. Hex color #8E927E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E927E is #716D81. Grayscale: #8E8E8E. Windows color (decimal): -7433602 or 8295054. OLE color: 8295054.

HSL color Cylindrical-coordinate representation of color #8E927E: hue angle of 72º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8E927E is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB142146126-
CMYK0.0300.140.43
HSL72º8.4%53.33%-
HSV(B)72º13.7%57.25%-
XYZ25.227.8123.78-
YUV142.52118.67127.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.30%
GREEN value IS 146 (57.42% from 255) = 35.27%
BLUE value IS 126 (49.61% from 255) = 30.43%
R=34.30%
G=35.27%
B=30.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1421461260.0300.140.43728.453.33
Hex8E927E30E2B48835
Octal2162221763016531101065
Binary10001110100100101111110110111010101110010001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,146,126); }

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

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

 a { background-color: rgb(142,146,126); }

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

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

 span { border-color: rgb(142,146,126); }

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