#8E8164

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

Shades of Granite Green #8E8164

Tints of Granite Green #8E8164

Color information

#8E8164 (or 0x8E8164) is unknown color: approx Granite Green. HEX triplet: 8E, 81 and 64. RGB value is (142,129,100). Sum of RGB (Red+Green+Blue) = 142+129+100=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8164 is #717E9B. Grayscale: #818181. Windows color (decimal): -7437980 or 6586766. OLE color: 6586766.

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

Color convert

RGB142129100-
CMYK00.090.300.44
HSL41.43º17.36%47.45%-
HSV(B)41.43º29.58%55.69%-
XYZ21.3122.3715.25-
YUV129.58111.31136.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.27%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 100 (39.45% from 255) = 26.95%
R=38.27%
G=34.77%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212910000.090.300.4441.4317.3647.45
Hex8E8164091E2C29112f
Octal2162011440113654512157
Binary10001110100000011100100010011111010110010100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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