#8E977B

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

Shades of Sage #8E977B

Tints of Sage #8E977B

Color information

#8E977B (or 0x8E977B) is unknown color: approx Sage. HEX triplet: 8E, 97 and 7B. RGB value is (142,151,123). Sum of RGB (Red+Green+Blue) = 142+151+123=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 151 - color contains mainly: green. Hex color #8E977B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E977B is #716884. Grayscale: #919191. Windows color (decimal): -7432325 or 8099726. OLE color: 8099726.

HSL color Cylindrical-coordinate representation of color #8E977B: hue angle of 79.29º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8E977B is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB142151123-
CMYK0.0600.190.41
HSL79.29º11.86%53.73%-
HSV(B)79.29º18.54%59.22%-
XYZ25.829.3123.04-
YUV145.12115.52125.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.13%
GREEN value IS 151 (59.38% from 255) = 36.30%
BLUE value IS 123 (48.44% from 255) = 29.57%
R=34.13%
G=36.30%
B=29.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1421511230.0600.190.4179.2911.8653.73
Hex8E977B6013294fc36
Octal2162271736023511171466
Binary1000111010010111111101111001001110100110011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,151,123); }

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

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

 a { background-color: rgb(142,151,123); }

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

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

 span { border-color: rgb(142,151,123); }

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