#8C986F

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

Shades of Sage #8C986F

Tints of Sage #8C986F

Color information

#8C986F (or 0x8C986F) is unknown color: approx Sage. HEX triplet: 8C, 98 and 6F. RGB value is (140,152,111). Sum of RGB (Red+Green+Blue) = 140+152+111=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 152 - color contains mainly: green. Hex color #8C986F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C986F is #736790. Grayscale: #8F8F8F. Windows color (decimal): -7563153 or 7313548. OLE color: 7313548.

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

Color convert

RGB140152111-
CMYK0.0800.270.40
HSL77.56º16.6%51.57%-
HSV(B)77.56º26.97%59.61%-
XYZ24.9129.1819.36-
YUV143.74109.52125.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.74%
GREEN value IS 152 (59.77% from 255) = 37.72%
BLUE value IS 111 (43.75% from 255) = 27.54%
R=34.74%
G=37.72%
B=27.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1401521110.0800.270.4077.5616.651.57
Hex8C986F801B284e1134
Octal21423015710033501162164
Binary100011001001100011011111000011011101000100111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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