#8D866E

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

Shades of Granite Green #8D866E

Tints of Granite Green #8D866E

Color information

#8D866E (or 0x8D866E) is unknown color: approx Granite Green. HEX triplet: 8D, 86 and 6E. RGB value is (141,134,110). Sum of RGB (Red+Green+Blue) = 141+134+110=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 141 - color contains mainly: red. Hex color #8D866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D866E is #727991. Grayscale: #858585. Windows color (decimal): -7502226 or 7243405. OLE color: 7243405.

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

Color convert

RGB141134110-
CMYK00.050.220.45
HSL46.45º12.35%49.22%-
HSV(B)46.45º21.99%55.29%-
XYZ22.3223.8418.18-
YUV133.36114.82133.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.62%
GREEN value IS 134 (52.73% from 255) = 34.81%
BLUE value IS 110 (43.36% from 255) = 28.57%
R=36.62%
G=34.81%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113411000.050.220.4546.4512.3549.22
Hex8D866E05162D2ec31
Octal215206156052655561461
Binary100011011000011011011100101101101011011011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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