#56685A

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

Shades of Mineral Green #56685A

Tints of Mineral Green #56685A

Color information

#56685A (or 0x56685A) is unknown color: approx Mineral Green. HEX triplet: 56, 68 and 5A. RGB value is (86,104,90). Sum of RGB (Red+Green+Blue) = 86+104+90=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 104 - color contains mainly: green. Hex color #56685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56685A is #A997A5. Grayscale: #616161. Windows color (decimal): -11114406 or 5924950. OLE color: 5924950.

HSL color Cylindrical-coordinate representation of color #56685A: hue angle of 133.33º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #56685A is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB8610490-
CMYK0.1700.130.59
HSL133.33º9.47%37.25%-
HSV(B)133.33º17.31%40.78%-
XYZ10.6312.6211.55-
YUV97.02124.04120.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.71%
GREEN value IS 104 (41.02% from 255) = 37.14%
BLUE value IS 90 (35.55% from 255) = 32.14%
R=30.71%
G=37.14%
B=32.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86104900.1700.130.59133.339.4737.25
Hex56685A110D3B85925
Octal12615013221015732051145
Binary1010110110100010110101000101101111011100001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,104,90); }

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

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

 a { background-color: rgb(86,104,90); }

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

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

 span { border-color: rgb(86,104,90); }

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