#8C917E

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

Shades of Sage #8C917E

Tints of Sage #8C917E

Color information

#8C917E (or 0x8C917E) is unknown color: approx Sage. HEX triplet: 8C, 91 and 7E. RGB value is (140,145,126). Sum of RGB (Red+Green+Blue) = 140+145+126=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 145 - color contains mainly: green. Hex color #8C917E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C917E is #736E81. Grayscale: #8D8D8D. Windows color (decimal): -7564930 or 8294796. OLE color: 8294796.

HSL color Cylindrical-coordinate representation of color #8C917E: hue angle of 75.79º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8C917E is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB140145126-
CMYK0.0300.130.43
HSL75.79º7.95%53.14%-
HSV(B)75.79º13.1%56.86%-
XYZ24.7127.3323.71-
YUV141.34119.34127.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.06%
GREEN value IS 145 (57.03% from 255) = 35.28%
BLUE value IS 126 (49.61% from 255) = 30.66%
R=34.06%
G=35.28%
B=30.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1401451260.0300.130.4375.797.9553.14
Hex8C917E30D2B4c835
Octal2142211763015531141065
Binary10001100100100011111110110110110101110011001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,145,126); }

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

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

 a { background-color: rgb(140,145,126); }

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

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

 span { border-color: rgb(140,145,126); }

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