Html Css Color HEX #5A715D Mineral Green

📋 copy color: '#5A715D'

red 90 ◦ green 113 ◦ blue 93

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

Shades of Mineral Green #5A715D

Tints of Mineral Green #5A715D

RGB

 RED value IS 90 (35.55% from 255) = 30.41%

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

 BLUE value IS 93 (36.72% from 255) = 31.42%

R = 30.41%
G = 38.18%
B = 31.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#5A715D (or 0x5A715D) is known color: Mineral Green. HEX triplet: 5A, 71 and 5D. RGB value is (90,113,93). Sum of RGB (Red+Green+Blue) = 90+113+93=296 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.41% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 113 - color contains mainly: green. Hex color #5A715D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A715D is #A58EA2. Grayscale: #676767. Windows color (decimal): -10849955 or 6123866. OLE color: 6123866.

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

Color convert

RGB 90 113 93 -
CMYK 0.20 0 0.18 0.56
HSL 127.83º 0.11% 0.4% -
HSV(B) 127.83º 0.2% 0.44% -
XYZ 12.1 14.77 12.57 -
YUV 103.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 90 113 93 0.20 0 0.18 0.56 127.83 0.11 0.4
Hex 5A 71 5D 14 0 12 38 80 B 28
Octal 132 161 135 24 0 22 70 200 13 50
Binary 1011010 1110001 1011101 10100 0 10010 111000 10000000 1011 101000

Color Harmonies of #5A715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A715D

Black with #5A715D

Text Example


Text Example

White with #5A715D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A715D;
 }
 .AnyTagClassName
 {
   color: #5A715D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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