#8E9E7D

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

Shades of Sage #8E9E7D

Tints of Sage #8E9E7D

Color information

#8E9E7D (or 0x8E9E7D) is unknown color: approx Sage. HEX triplet: 8E, 9E and 7D. RGB value is (142,158,125). Sum of RGB (Red+Green+Blue) = 142+158+125=425 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.41% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 158 - color contains mainly: green. Hex color #8E9E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9E7D is #716182. Grayscale: #959595. Windows color (decimal): -7430531 or 8232590. OLE color: 8232590.

HSL color Cylindrical-coordinate representation of color #8E9E7D: hue angle of 89.09º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E9E7D is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB142158125-
CMYK0.1000.210.38
HSL89.09º14.54%55.49%-
HSV(B)89.09º20.89%61.96%-
XYZ27.0831.6924.09-
YUV149.45114.2122.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.41%
GREEN value IS 158 (62.11% from 255) = 37.18%
BLUE value IS 125 (49.22% from 255) = 29.41%
R=33.41%
G=37.18%
B=29.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1421581250.1000.210.3889.0914.5455.49
Hex8E9E7DA0152659f37
Octal21623617512025461311767
Binary10001110100111101111101101001010110011010110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,158,125); }

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

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

 a { background-color: rgb(142,158,125); }

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

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

 span { border-color: rgb(142,158,125); }

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