#59695E

Color #59695E Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #59695E

Tints of Mineral Green #59695E

Color information

#59695E (or 0x59695E) is unknown color: approx Mineral Green. HEX triplet: 59, 69 and 5E. RGB value is (89,105,94). Sum of RGB (Red+Green+Blue) = 89+105+94=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 105 - color contains mainly: green. Hex color #59695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59695E is #A696A1. Grayscale: #626262. Windows color (decimal): -10917538 or 6187353. OLE color: 6187353.

HSL color Cylindrical-coordinate representation of color #59695E: hue angle of 138.75º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #59695E is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB8910594-
CMYK0.1500.100.59
HSL138.75º8.25%38.04%-
HSV(B)138.75º15.24%41.18%-
XYZ11.1913.0412.52-
YUV98.96125.2120.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.90%
GREEN value IS 105 (41.41% from 255) = 36.46%
BLUE value IS 94 (37.11% from 255) = 32.64%
R=30.90%
G=36.46%
B=32.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal89105940.1500.100.59138.758.2538.04
Hex59695EF0A3B8b826
Octal13115113617012732131046
Binary101100111010011011110111101010111011100010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59695E; }

 p { color: rgb(89,105,94); }

 H1.HeaderClassName
 {
   color: #59695E;
 }
 .AnyTagClassName
 {
   color: #59695E;
 }
</style>
background-color css

<style>
 a { background-color: #59695E; }

 a { background-color: rgb(89,105,94); }

 div.DivClassName
 {
   background-color: #59695E;
 }
 .BgClassName
 {
   background-color: #59695E;
 }
</style>
border-color css

<style>
 span { border-color: #59695E; }

 span { border-color: rgb(89,105,94); }

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