#8E845E

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

Shades of Granite Green #8E845E

Tints of Granite Green #8E845E

Color information

#8E845E (or 0x8E845E) is unknown color: approx Granite Green. HEX triplet: 8E, 84 and 5E. RGB value is (142,132,94). Sum of RGB (Red+Green+Blue) = 142+132+94=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 142 - color contains mainly: red. Hex color #8E845E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E845E is #717BA1. Grayscale: #828282. Windows color (decimal): -7437218 or 6194318. OLE color: 6194318.

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

Color convert

RGB14213294-
CMYK00.070.340.44
HSL47.5º20.34%46.27%-
HSV(B)47.5º33.8%55.69%-
XYZ21.4323.0613.91-
YUV130.66107.31136.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.59%
GREEN value IS 132 (51.95% from 255) = 35.87%
BLUE value IS 94 (37.11% from 255) = 25.54%
R=38.59%
G=35.87%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421329400.070.340.4447.520.3446.27
Hex8E845E07222C30142e
Octal216204136074254602456
Binary10001110100001001011110011110001010110011000010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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