#8E937F

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

Shades of Sage #8E937F

Tints of Sage #8E937F

Color information

#8E937F (or 0x8E937F) is unknown color: approx Sage. HEX triplet: 8E, 93 and 7F. RGB value is (142,147,127). Sum of RGB (Red+Green+Blue) = 142+147+127=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 147 - color contains mainly: green. Hex color #8E937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E937F is #716C80. Grayscale: #8F8F8F. Windows color (decimal): -7433345 or 8360846. OLE color: 8360846.

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

Color convert

RGB142147127-
CMYK0.0300.140.42
HSL75º8.47%53.73%-
HSV(B)75º13.61%57.65%-
XYZ25.4228.1524.17-
YUV143.23118.84127.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.13%
GREEN value IS 147 (57.81% from 255) = 35.34%
BLUE value IS 127 (50% from 255) = 30.53%
R=34.13%
G=35.34%
B=30.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421471270.0300.140.42758.4753.73
Hex8E937F30E2A4b836
Octal2162231773016521131066
Binary10001110100100111111111110111010101010010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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