Html Css Color HEX #5A705D Mineral Green

📋 copy color: '#5A705D'

red 90 ◦ green 112 ◦ blue 93

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

Shades of Mineral Green #5A705D

Tints of Mineral Green #5A705D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.97%

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

R = 30.51%
G = 37.97%
B = 31.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#5A705D (or 0x5A705D) is known color: Mineral Green. HEX triplet: 5A, 70 and 5D. RGB value is (90,112,93). Sum of RGB (Red+Green+Blue) = 90+112+93=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 112 - color contains mainly: green. Hex color #5A705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A705D is #A58FA2. Grayscale: #676767. Windows color (decimal): -10850211 or 6123610. OLE color: 6123610.

HSL color Cylindrical-coordinate representation of color #5A705D: hue angle of 128.18º 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 #5A705D is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 112 93 -
CMYK 0.20 0 0.17 0.56
HSL 128.18º 0.11% 0.4% -
HSV(B) 128.18º 0.2% 0.44% -
XYZ 11.99 14.55 12.53 -
YUV 103.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 90 112 93 0.20 0 0.17 0.56 128.18 0.11 0.4
Hex 5A 70 5D 14 0 11 38 80 B 28
Octal 132 160 135 24 0 21 70 200 13 50
Binary 1011010 1110000 1011101 10100 0 10001 111000 10000000 1011 101000

Color Harmonies of #5A705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A705D

Black with #5A705D

Text Example


Text Example

White with #5A705D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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