#8E8160

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

Shades of Granite Green #8E8160

Tints of Granite Green #8E8160

Color information

#8E8160 (or 0x8E8160) is unknown color: approx Granite Green. HEX triplet: 8E, 81 and 60. RGB value is (142,129,96). Sum of RGB (Red+Green+Blue) = 142+129+96=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8160 is #717E9F. Grayscale: #818181. Windows color (decimal): -7437984 or 6324622. OLE color: 6324622.

HSL color Cylindrical-coordinate representation of color #8E8160: hue angle of 43.04º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E8160 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB14212996-
CMYK00.090.320.44
HSL43.04º19.33%46.67%-
HSV(B)43.04º32.39%55.69%-
XYZ21.1222.314.26-
YUV129.12109.31137.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.69%
GREEN value IS 129 (50.78% from 255) = 35.15%
BLUE value IS 96 (37.89% from 255) = 26.16%
R=38.69%
G=35.15%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421299600.090.320.4443.0419.3346.67
Hex8E816009202C2b132f
Octal2162011400114054532357
Binary100011101000000111000000100110000010110010101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,129,96); }

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

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

 a { background-color: rgb(142,129,96); }

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

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

 span { border-color: rgb(142,129,96); }

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