#8C9877

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

Shades of Sage #8C9877

Tints of Sage #8C9877

Color information

#8C9877 (or 0x8C9877) is unknown color: approx Sage. HEX triplet: 8C, 98 and 77. RGB value is (140,152,119). Sum of RGB (Red+Green+Blue) = 140+152+119=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 152 - color contains mainly: green. Hex color #8C9877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9877 is #736788. Grayscale: #909090. Windows color (decimal): -7563145 or 7837836. OLE color: 7837836.

HSL color Cylindrical-coordinate representation of color #8C9877: hue angle of 81.82º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8C9877 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB140152119-
CMYK0.0800.220.40
HSL81.82º13.81%53.14%-
HSV(B)81.82º21.71%59.61%-
XYZ25.3729.3621.78-
YUV144.65113.52124.68-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.06%
GREEN value IS 152 (59.77% from 255) = 36.98%
BLUE value IS 119 (46.88% from 255) = 28.95%
R=34.06%
G=36.98%
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.40
SystemRedGreenBlueCMYKHSL
Decimal1401521190.0800.220.4081.8213.8153.14
Hex8C987780162852e35
Octal21423016710026501221665
Binary10001100100110001110111100001011010100010100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,152,119); }

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

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

 a { background-color: rgb(140,152,119); }

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

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

 span { border-color: rgb(140,152,119); }

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