#8C957C

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

Shades of Sage #8C957C

Tints of Sage #8C957C

Color information

#8C957C (or 0x8C957C) is unknown color: approx Sage. HEX triplet: 8C, 95 and 7C. RGB value is (140,149,124). Sum of RGB (Red+Green+Blue) = 140+149+124=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 149 - color contains mainly: green. Hex color #8C957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C957C is #736A83. Grayscale: #8F8F8F. Windows color (decimal): -7563908 or 8164748. OLE color: 8164748.

HSL color Cylindrical-coordinate representation of color #8C957C: hue angle of 81.6º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8C957C is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB140149124-
CMYK0.0600.170.42
HSL81.6º10.55%53.53%-
HSV(B)81.6º16.78%58.43%-
XYZ25.228.5323.25-
YUV143.46117.02125.53-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.90%
GREEN value IS 149 (58.59% from 255) = 36.08%
BLUE value IS 124 (48.83% from 255) = 30.02%
R=33.90%
G=36.08%
B=30.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1401491240.0600.170.4281.610.5553.53
Hex8C957C60112A52b36
Octal2142251746021521221366
Binary1000110010010101111110011001000110101010100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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