#59695A

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

Shades of Mineral Green #59695A

Tints of Mineral Green #59695A

Color information

#59695A (or 0x59695A) is unknown color: approx Mineral Green. HEX triplet: 59, 69 and 5A. RGB value is (89,105,90). Sum of RGB (Red+Green+Blue) = 89+105+90=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 105 - color contains mainly: green. Hex color #59695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59695A is #A696A5. Grayscale: #626262. Windows color (decimal): -10917542 or 5925209. OLE color: 5925209.

HSL color Cylindrical-coordinate representation of color #59695A: hue angle of 123.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 #59695A is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB8910590-
CMYK0.1500.140.59
HSL123.75º8.25%38.04%-
HSV(B)123.75º15.24%41.18%-
XYZ11.0212.9711.59-
YUV98.51123.2121.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.34%
GREEN value IS 105 (41.41% from 255) = 36.97%
BLUE value IS 90 (35.55% from 255) = 31.69%
R=31.34%
G=36.97%
B=31.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal89105900.1500.140.59123.758.2538.04
Hex59695AF0E3B7c826
Octal13115113217016731741046
Binary10110011101001101101011110111011101111111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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