#8D866D

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

Shades of Granite Green #8D866D

Tints of Granite Green #8D866D

Color information

#8D866D (or 0x8D866D) is unknown color: approx Granite Green. HEX triplet: 8D, 86 and 6D. RGB value is (141,134,109). Sum of RGB (Red+Green+Blue) = 141+134+109=384 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.72% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 141 - color contains mainly: red. Hex color #8D866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D866D is #727992. Grayscale: #858585. Windows color (decimal): -7502227 or 7177869. OLE color: 7177869.

HSL color Cylindrical-coordinate representation of color #8D866D: hue angle of 46.88º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8D866D is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB141134109-
CMYK00.050.230.45
HSL46.88º12.8%49.02%-
HSV(B)46.88º22.7%55.29%-
XYZ22.2723.8217.89-
YUV133.24114.32133.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.72%
GREEN value IS 134 (52.73% from 255) = 34.90%
BLUE value IS 109 (42.97% from 255) = 28.39%
R=36.72%
G=34.90%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113410900.050.230.4546.8812.849.02
Hex8D866D05172D2fd31
Octal215206155052755571561
Binary100011011000011011011010101101111011011011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,134,109); }

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

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

 a { background-color: rgb(141,134,109); }

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

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

 span { border-color: rgb(141,134,109); }

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