#8C947E

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

Shades of Sage #8C947E

Tints of Sage #8C947E

Color information

#8C947E (or 0x8C947E) is unknown color: approx Sage. HEX triplet: 8C, 94 and 7E. RGB value is (140,148,126). Sum of RGB (Red+Green+Blue) = 140+148+126=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 148 - color contains mainly: green. Hex color #8C947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C947E is #736B81. Grayscale: #8F8F8F. Windows color (decimal): -7564162 or 8295564. OLE color: 8295564.

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

Color convert

RGB140148126-
CMYK0.0500.150.42
HSL81.82º9.32%53.73%-
HSV(B)81.82º14.86%58.04%-
XYZ25.1728.2623.87-
YUV143.1118.35125.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.82%
GREEN value IS 148 (58.20% from 255) = 35.75%
BLUE value IS 126 (49.61% from 255) = 30.43%
R=33.82%
G=35.75%
B=30.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1401481260.0500.150.4281.829.3253.73
Hex8C947E50F2A52936
Octal2142241765017521221166
Binary100011001001010011111101010111110101010100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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