#8D866F

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

Shades of Granite Green #8D866F

Tints of Granite Green #8D866F

Color information

#8D866F (or 0x8D866F) is unknown color: approx Granite Green. HEX triplet: 8D, 86 and 6F. RGB value is (141,134,111). Sum of RGB (Red+Green+Blue) = 141+134+111=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 141 - color contains mainly: red. Hex color #8D866F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D866F is #727990. Grayscale: #858585. Windows color (decimal): -7502225 or 7308941. OLE color: 7308941.

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

Color convert

RGB141134111-
CMYK00.050.210.45
HSL46º11.9%49.41%-
HSV(B)46º21.28%55.29%-
XYZ22.3823.8618.46-
YUV133.47115.32133.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.53%
GREEN value IS 134 (52.73% from 255) = 34.72%
BLUE value IS 111 (43.75% from 255) = 28.76%
R=36.53%
G=34.72%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113411100.050.210.454611.949.41
Hex8D866F05152D2ec31
Octal215206157052555561461
Binary100011011000011011011110101101011011011011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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