#8D8570

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

Shades of Granite Green #8D8570

Tints of Granite Green #8D8570

Color information

#8D8570 (or 0x8D8570) is unknown color: approx Granite Green. HEX triplet: 8D, 85 and 70. RGB value is (141,133,112). Sum of RGB (Red+Green+Blue) = 141+133+112=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8570 is #727A8F. Grayscale: #858585. Windows color (decimal): -7502480 or 7374221. OLE color: 7374221.

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

Color convert

RGB141133112-
CMYK00.060.210.45
HSL43.45º11.46%49.61%-
HSV(B)43.45º20.57%55.29%-
XYZ22.323.6118.71-
YUV133116.15133.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.53%
GREEN value IS 133 (52.34% from 255) = 34.46%
BLUE value IS 112 (44.14% from 255) = 29.02%
R=36.53%
G=34.46%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113311200.060.210.4543.4511.4649.61
Hex8D857006152D2bb32
Octal215205160062555531362
Binary100011011000010111100000110101011011011010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,133,112); }

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

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

 a { background-color: rgb(141,133,112); }

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

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

 span { border-color: rgb(141,133,112); }

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