#8D8360

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

Shades of Granite Green #8D8360

Tints of Granite Green #8D8360

Color information

#8D8360 (or 0x8D8360) is unknown color: approx Granite Green. HEX triplet: 8D, 83 and 60. RGB value is (141,131,96). Sum of RGB (Red+Green+Blue) = 141+131+96=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8360 is #727C9F. Grayscale: #828282. Windows color (decimal): -7503008 or 6325133. OLE color: 6325133.

HSL color Cylindrical-coordinate representation of color #8D8360: hue angle of 46.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D8360 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB14113196-
CMYK00.070.320.45
HSL46.67º18.99%46.47%-
HSV(B)46.67º31.91%55.29%-
XYZ21.2122.7414.34-
YUV130108.81135.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.32%
GREEN value IS 131 (51.56% from 255) = 35.60%
BLUE value IS 96 (37.89% from 255) = 26.09%
R=38.32%
G=35.60%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411319600.070.320.4546.6718.9946.47
Hex8D836007202D2f132e
Octal215203140074055572356
Binary10001101100000111100000011110000010110110111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,131,96); }

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

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

 a { background-color: rgb(141,131,96); }

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

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

 span { border-color: rgb(141,131,96); }

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