#8E7E61

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

Shades of Granite Green #8E7E61

Tints of Granite Green #8E7E61

Color information

#8E7E61 (or 0x8E7E61) is unknown color: approx Granite Green. HEX triplet: 8E, 7E and 61. RGB value is (142,126,97). Sum of RGB (Red+Green+Blue) = 142+126+97=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7E61 is #71819E. Grayscale: #7F7F7F. Windows color (decimal): -7438751 or 6389390. OLE color: 6389390.

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

Color convert

RGB14212697-
CMYK00.110.320.44
HSL38.67º18.83%46.86%-
HSV(B)38.67º31.69%55.69%-
XYZ20.7721.5414.37-
YUV127.48110.8138.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.90%
GREEN value IS 126 (49.61% from 255) = 34.52%
BLUE value IS 97 (38.28% from 255) = 26.58%
R=38.90%
G=34.52%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421269700.110.320.4438.6718.8346.86
Hex8E7E610B202C27132f
Octal2161761410134054472357
Binary10001110111111011000010101110000010110010011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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