#5D705F

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

Shades of Mineral Green #5D705F

Tints of Mineral Green #5D705F

Color information

#5D705F (or 0x5D705F) is unknown color: approx Mineral Green. HEX triplet: 5D, 70 and 5F. RGB value is (93,112,95). Sum of RGB (Red+Green+Blue) = 93+112+95=300 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 112 - color contains mainly: green. Hex color #5D705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D705F is #A28FA0. Grayscale: #686868. Windows color (decimal): -10653601 or 6254685. OLE color: 6254685.

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

Color convert

RGB9311295-
CMYK0.1700.150.56
HSL126.32º9.27%40.2%-
HSV(B)126.32º16.96%43.92%-
XYZ12.3714.7413.02-
YUV104.38122.71119.88-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31%
GREEN value IS 112 (44.14% from 255) = 37.33%
BLUE value IS 95 (37.5% from 255) = 31.67%
R=31%
G=37.33%
B=31.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal93112950.1700.150.56126.329.2740.2
Hex5D705F110F387e928
Octal13516013721017701761150
Binary101110111100001011111100010111111100011111101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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