#56695E

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

Shades of Mineral Green #56695E

Tints of Mineral Green #56695E

Color information

#56695E (or 0x56695E) is unknown color: approx Mineral Green. HEX triplet: 56, 69 and 5E. RGB value is (86,105,94). Sum of RGB (Red+Green+Blue) = 86+105+94=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 105 - color contains mainly: green. Hex color #56695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56695E is #A996A1. Grayscale: #626262. Windows color (decimal): -11114146 or 6187350. OLE color: 6187350.

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

Color convert

RGB8610594-
CMYK0.1800.100.59
HSL145.26º9.95%37.45%-
HSV(B)145.26º18.1%41.18%-
XYZ10.9112.8912.5-
YUV98.06125.71119.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.18%
GREEN value IS 105 (41.41% from 255) = 36.84%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=30.18%
G=36.84%
B=32.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86105940.1800.100.59145.269.9537.45
Hex56695E120A3B91a25
Octal12615113622012732211245
Binary1010110110100110111101001001010111011100100011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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