#8E8461

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

Shades of Granite Green #8E8461

Tints of Granite Green #8E8461

Color information

#8E8461 (or 0x8E8461) is unknown color: approx Granite Green. HEX triplet: 8E, 84 and 61. RGB value is (142,132,97). Sum of RGB (Red+Green+Blue) = 142+132+97=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8461 is #717B9E. Grayscale: #838383. Windows color (decimal): -7437215 or 6390926. OLE color: 6390926.

HSL color Cylindrical-coordinate representation of color #8E8461: hue angle of 46.67º 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 #8E8461 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB14213297-
CMYK00.070.320.44
HSL46.67º18.83%46.86%-
HSV(B)46.67º31.69%55.69%-
XYZ21.5623.1214.63-
YUV131108.81135.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.27%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 97 (38.28% from 255) = 26.15%
R=38.27%
G=35.58%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421329700.070.320.4446.6718.8346.86
Hex8E846107202C2f132f
Octal216204141074054572357
Binary10001110100001001100001011110000010110010111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,132,97); }

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

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

 a { background-color: rgb(142,132,97); }

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

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

 span { border-color: rgb(142,132,97); }

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