#8C997C

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

Shades of Sage #8C997C

Tints of Sage #8C997C

Color information

#8C997C (or 0x8C997C) is unknown color: approx Sage. HEX triplet: 8C, 99 and 7C. RGB value is (140,153,124). Sum of RGB (Red+Green+Blue) = 140+153+124=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 153 - color contains mainly: green. Hex color #8C997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C997C is #736683. Grayscale: #919191. Windows color (decimal): -7562884 or 8165772. OLE color: 8165772.

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

Color convert

RGB140153124-
CMYK0.0800.190.4
HSL86.9º12.45%54.31%-
HSV(B)86.9º18.95%60%-
XYZ25.8429.8123.46-
YUV145.81115.69123.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.57%
GREEN value IS 153 (60.16% from 255) = 36.69%
BLUE value IS 124 (48.83% from 255) = 29.74%
R=33.57%
G=36.69%
B=29.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1401531240.0800.190.486.912.4554.31
Hex8C997C80132857c36
Octal21423117410023501271466
Binary10001100100110011111100100001001110100010101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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