Html Css Color HEX #59705C Mineral Green

📋 copy color: '#59705C'

red 89 ◦ green 112 ◦ blue 92

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

Shades of Mineral Green #59705C

Tints of Mineral Green #59705C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.4%

R = 30.38%
G = 38.23%
B = 31.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#59705C (or 0x59705C) is known color: Mineral Green. HEX triplet: 59, 70 and 5C. RGB value is (89,112,92). Sum of RGB (Red+Green+Blue) = 89+112+92=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 112 - color contains mainly: green. Hex color #59705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59705C is #A68FA3. Grayscale: #666666. Windows color (decimal): -10915748 or 6058073. OLE color: 6058073.

HSL color Cylindrical-coordinate representation of color #59705C: hue angle of 127.83º 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 #59705C is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 112 92 -
CMYK 0.21 0 0.18 0.56
HSL 127.83º 0.11% 0.39% -
HSV(B) 127.83º 0.21% 0.44% -
XYZ 11.85 14.48 12.3 -
YUV 102.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 89 112 92 0.21 0 0.18 0.56 127.83 0.11 0.39
Hex 59 70 5C 15 0 12 38 80 B 27
Octal 131 160 134 25 0 22 70 200 13 47
Binary 1011001 1110000 1011100 10101 0 10010 111000 10000000 1011 100111

Color Harmonies of #59705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59705C

Black with #59705C

Text Example


Text Example

White with #59705C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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