#5D715F

Color #5D715F Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #5D715F

Tints of Mineral Green #5D715F

Color information

#5D715F (or 0x5D715F) is unknown color: approx Mineral Green. HEX triplet: 5D, 71 and 5F. RGB value is (93,113,95). Sum of RGB (Red+Green+Blue) = 93+113+95=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 113 - color contains mainly: green. Hex color #5D715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D715F is #A28EA0. Grayscale: #696969. Windows color (decimal): -10653345 or 6254941. OLE color: 6254941.

HSL color Cylindrical-coordinate representation of color #5D715F: hue angle of 126º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5D715F is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB9311395-
CMYK0.1800.160.56
HSL126º9.71%40.39%-
HSV(B)126º17.7%44.31%-
XYZ12.4814.9613.06-
YUV104.97122.37119.46-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.90%
GREEN value IS 113 (44.53% from 255) = 37.54%
BLUE value IS 95 (37.5% from 255) = 31.56%
R=30.90%
G=37.54%
B=31.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal93113950.1800.160.561269.7140.39
Hex5D715F12010387ea28
Octal13516113722020701761250
Binary1011101111000110111111001001000011100011111101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D715F; }

 p { color: rgb(93,113,95); }

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

<style>
 a { background-color: #5D715F; }

 a { background-color: rgb(93,113,95); }

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

<style>
 span { border-color: #5D715F; }

 span { border-color: rgb(93,113,95); }

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