#8E825E

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

Shades of Granite Green #8E825E

Tints of Granite Green #8E825E

Color information

#8E825E (or 0x8E825E) is unknown color: approx Granite Green. HEX triplet: 8E, 82 and 5E. RGB value is (142,130,94). Sum of RGB (Red+Green+Blue) = 142+130+94=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 142 - color contains mainly: red. Hex color #8E825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E825E is #717DA1. Grayscale: #818181. Windows color (decimal): -7437730 or 6193806. OLE color: 6193806.

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

Color convert

RGB14213094-
CMYK00.080.340.44
HSL45º20.34%46.27%-
HSV(B)45º33.8%55.69%-
XYZ21.1622.5213.82-
YUV129.48107.98136.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.80%
GREEN value IS 130 (51.17% from 255) = 35.52%
BLUE value IS 94 (37.11% from 255) = 25.68%
R=38.80%
G=35.52%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421309400.080.340.444520.3446.27
Hex8E825E08222C2d142e
Octal2162021360104254552456
Binary100011101000001010111100100010001010110010110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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