#8D7F5F

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

Shades of Granite Green #8D7F5F

Tints of Granite Green #8D7F5F

Color information

#8D7F5F (or 0x8D7F5F) is unknown color: approx Granite Green. HEX triplet: 8D, 7F and 5F. RGB value is (141,127,95). Sum of RGB (Red+Green+Blue) = 141+127+95=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7F5F is #7280A0. Grayscale: #7F7F7F. Windows color (decimal): -7504033 or 6258573. OLE color: 6258573.

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

Color convert

RGB14112795-
CMYK00.100.330.45
HSL41.74º19.49%46.27%-
HSV(B)41.74º32.62%55.29%-
XYZ20.6421.6713.92-
YUV127.54109.64137.6-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.84%
GREEN value IS 127 (50% from 255) = 34.99%
BLUE value IS 95 (37.5% from 255) = 26.17%
R=38.84%
G=34.99%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411279500.100.330.4541.7419.4946.27
Hex8D7F5F0A212D2a132e
Octal2151771370124155522356
Binary10001101111111110111110101010000110110110101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,127,95); }

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

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

 a { background-color: rgb(141,127,95); }

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

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

 span { border-color: rgb(141,127,95); }

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