Html Css Color HEX #5D715F Mineral Green

📋 copy color: '#5D715F'

red 93 ◦ green 113 ◦ blue 95

#5D715F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mineral Green #5D715F

Tints of Mineral Green #5D715F

RGB

 RED value IS 93 (36.72% from 255) = 30.9%

 GREEN value IS 113 (44.53% from 255) = 37.54%

 BLUE value IS 95 (37.5% from 255) = 31.56%

R = 30.9%
G = 37.54%
B = 31.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#5D715F (or 0x5D715F) is known color: 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

RGB 93 113 95 -
CMYK 0.18 0 0.16 0.56
HSL 126º 0.1% 0.4% -
HSV(B) 126º 0.18% 0.44% -
XYZ 12.48 14.96 13.06 -
YUV 104.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 93 113 95 0.18 0 0.16 0.56 126 0.1 0.4
Hex 5D 71 5F 12 0 10 38 7E A 28
Octal 135 161 137 22 0 20 70 176 12 50
Binary 1011101 1110001 1011111 10010 0 10000 111000 1111110 1010 101000

Color Harmonies of #5D715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D715F

Black with #5D715F

Text Example


Text Example

White with #5D715F

Text Example


Text Example

HTML Codes & Css Web 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>