#8E8261

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

Shades of Granite Green #8E8261

Tints of Granite Green #8E8261

Color information

#8E8261 (or 0x8E8261) is unknown color: approx Granite Green. HEX triplet: 8E, 82 and 61. RGB value is (142,130,97). Sum of RGB (Red+Green+Blue) = 142+130+97=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8261 is #717D9E. Grayscale: #818181. Windows color (decimal): -7437727 or 6390414. OLE color: 6390414.

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

Color convert

RGB14213097-
CMYK00.080.320.44
HSL44º18.83%46.86%-
HSV(B)44º31.69%55.69%-
XYZ21.322.5814.55-
YUV129.83109.48136.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.48%
GREEN value IS 130 (51.17% from 255) = 35.23%
BLUE value IS 97 (38.28% from 255) = 26.29%
R=38.48%
G=35.23%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421309700.080.320.444418.8346.86
Hex8E826108202C2c132f
Octal2162021410104054542357
Binary100011101000001011000010100010000010110010110010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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