#8E815F

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

Shades of Granite Green #8E815F

Tints of Granite Green #8E815F

Color information

#8E815F (or 0x8E815F) is unknown color: approx Granite Green. HEX triplet: 8E, 81 and 5F. RGB value is (142,129,95). Sum of RGB (Red+Green+Blue) = 142+129+95=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 142 - color contains mainly: red. Hex color #8E815F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E815F is #717EA0. Grayscale: #818181. Windows color (decimal): -7437985 or 6259086. OLE color: 6259086.

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

Color convert

RGB14212995-
CMYK00.090.330.44
HSL43.4º19.83%46.47%-
HSV(B)43.4º33.1%55.69%-
XYZ21.0722.2814.02-
YUV129.01108.81137.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.80%
GREEN value IS 129 (50.78% from 255) = 35.25%
BLUE value IS 95 (37.5% from 255) = 25.96%
R=38.80%
G=35.25%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421299500.090.330.4443.419.8346.47
Hex8E815F09212C2b142e
Octal2162011370114154532456
Binary100011101000000110111110100110000110110010101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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