#8E9B79

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

Shades of Sage #8E9B79

Tints of Sage #8E9B79

Color information

#8E9B79 (or 0x8E9B79) is unknown color: approx Sage. HEX triplet: 8E, 9B and 79. RGB value is (142,155,121). Sum of RGB (Red+Green+Blue) = 142+155+121=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 155 - color contains mainly: green. Hex color #8E9B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9B79 is #716486. Grayscale: #939393. Windows color (decimal): -7431303 or 7969678. OLE color: 7969678.

HSL color Cylindrical-coordinate representation of color #8E9B79: hue angle of 82.94º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E9B79 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB142155121-
CMYK0.0800.220.39
HSL82.94º14.53%54.12%-
HSV(B)82.94º21.94%60.78%-
XYZ26.3330.5722.6-
YUV147.24113.19124.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.97%
GREEN value IS 155 (60.94% from 255) = 37.08%
BLUE value IS 121 (47.66% from 255) = 28.95%
R=33.97%
G=37.08%
B=28.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1421551210.0800.220.3982.9414.5354.12
Hex8E9B7980162753f36
Octal21623317110026471231766
Binary10001110100110111111001100001011010011110100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,155,121); }

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

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

 a { background-color: rgb(142,155,121); }

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

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

 span { border-color: rgb(142,155,121); }

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