#8C997D

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

Shades of Sage #8C997D

Tints of Sage #8C997D

Color information

#8C997D (or 0x8C997D) is unknown color: approx Sage. HEX triplet: 8C, 99 and 7D. RGB value is (140,153,125). Sum of RGB (Red+Green+Blue) = 140+153+125=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 153 - color contains mainly: green. Hex color #8C997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C997D is #736682. Grayscale: #929292. Windows color (decimal): -7562883 or 8231308. OLE color: 8231308.

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

Color convert

RGB140153125-
CMYK0.0800.180.4
HSL87.86º12.07%54.51%-
HSV(B)87.86º18.3%60%-
XYZ25.9129.8423.8-
YUV145.92116.19123.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.49%
GREEN value IS 153 (60.16% from 255) = 36.60%
BLUE value IS 125 (49.22% from 255) = 29.90%
R=33.49%
G=36.60%
B=29.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1401531250.0800.180.487.8612.0754.51
Hex8C997D80122858c37
Octal21423117510022501301467
Binary10001100100110011111101100001001010100010110001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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