#8C9979

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

Shades of Sage #8C9979

Tints of Sage #8C9979

Color information

#8C9979 (or 0x8C9979) is unknown color: approx Sage. HEX triplet: 8C, 99 and 79. RGB value is (140,153,121). Sum of RGB (Red+Green+Blue) = 140+153+121=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9979 is #736686. Grayscale: #919191. Windows color (decimal): -7562887 or 7969164. OLE color: 7969164.

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

Color convert

RGB140153121-
CMYK0.0800.210.4
HSL84.37º13.56%53.73%-
HSV(B)84.37º20.92%60%-
XYZ25.6629.7422.48-
YUV145.46114.19124.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.82%
GREEN value IS 153 (60.16% from 255) = 36.96%
BLUE value IS 121 (47.66% from 255) = 29.23%
R=33.82%
G=36.96%
B=29.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1401531210.0800.210.484.3713.5653.73
Hex8C997980152854e36
Octal21423117110025501241666
Binary10001100100110011111001100001010110100010101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,153,121); }

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

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

 a { background-color: rgb(140,153,121); }

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

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

 span { border-color: rgb(140,153,121); }

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