#8C937F

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

Shades of Sage #8C937F

Tints of Sage #8C937F

Color information

#8C937F (or 0x8C937F) is unknown color: approx Sage. HEX triplet: 8C, 93 and 7F. RGB value is (140,147,127). Sum of RGB (Red+Green+Blue) = 140+147+127=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 147 - color contains mainly: green. Hex color #8C937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C937F is #736C80. Grayscale: #8E8E8E. Windows color (decimal): -7564417 or 8360844. OLE color: 8360844.

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

Color convert

RGB140147127-
CMYK0.0500.140.42
HSL81º8.47%53.73%-
HSV(B)81º13.61%57.65%-
XYZ25.0827.9824.16-
YUV142.63119.18126.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.82%
GREEN value IS 147 (57.81% from 255) = 35.51%
BLUE value IS 127 (50% from 255) = 30.68%
R=33.82%
G=35.51%
B=30.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1401471270.0500.140.42818.4753.73
Hex8C937F50E2A51836
Octal2142231775016521211066
Binary100011001001001111111111010111010101010100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,147,127); }

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

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

 a { background-color: rgb(140,147,127); }

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

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

 span { border-color: rgb(140,147,127); }

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