#8E9B77

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

Shades of Sage #8E9B77

Tints of Sage #8E9B77

Color information

#8E9B77 (or 0x8E9B77) is unknown color: approx Sage. HEX triplet: 8E, 9B and 77. RGB value is (142,155,119). Sum of RGB (Red+Green+Blue) = 142+155+119=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 155 - color contains mainly: green. Hex color #8E9B77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9B77 is #716488. Grayscale: #939393. Windows color (decimal): -7431305 or 7838606. OLE color: 7838606.

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

Color convert

RGB142155119-
CMYK0.0800.230.39
HSL81.67º15.25%53.73%-
HSV(B)81.67º23.23%60.78%-
XYZ26.2130.5321.96-
YUV147.01112.19124.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.13%
GREEN value IS 155 (60.94% from 255) = 37.26%
BLUE value IS 119 (46.88% from 255) = 28.61%
R=34.13%
G=37.26%
B=28.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1421551190.0800.230.3981.6715.2553.73
Hex8E9B7780172752f36
Octal21623316710027471221766
Binary10001110100110111110111100001011110011110100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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