Html Css Color HEX #59705D Mineral Green

📋 copy color: '#59705D'

red 89 ◦ green 112 ◦ blue 93

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

Shades of Mineral Green #59705D

Tints of Mineral Green #59705D

RGB

 RED value IS 89 (35.16% from 255) = 30.27%

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

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

R = 30.27%
G = 38.1%
B = 31.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#59705D (or 0x59705D) is known color: Mineral Green. HEX triplet: 59, 70 and 5D. RGB value is (89,112,93). Sum of RGB (Red+Green+Blue) = 89+112+93=294 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.27% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 112 - color contains mainly: green. Hex color #59705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59705D is #A68FA2. Grayscale: #676767. Windows color (decimal): -10915747 or 6123609. OLE color: 6123609.

HSL color Cylindrical-coordinate representation of color #59705D: hue angle of 130.43º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #59705D is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 112 93 -
CMYK 0.21 0 0.17 0.56
HSL 130.43º 0.11% 0.39% -
HSV(B) 130.43º 0.21% 0.44% -
XYZ 11.89 14.5 12.53 -
YUV 102.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 89 112 93 0.21 0 0.17 0.56 130.43 0.11 0.39
Hex 59 70 5D 15 0 11 38 82 B 27
Octal 131 160 135 25 0 21 70 202 13 47
Binary 1011001 1110000 1011101 10101 0 10001 111000 10000010 1011 100111

Color Harmonies of #59705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59705D

Black with #59705D

Text Example


Text Example

White with #59705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59705D; }

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

 H1.HeaderClassName
 {
   color: #59705D;
 }
 .AnyTagClassName
 {
   color: #59705D;
 }
</style>

background-color css

<style>
 a { background-color: #59705D; }

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

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

border-color css

<style>
 span { border-color: #59705D; }

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

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