#56705B

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

Shades of Mineral Green #56705B

Tints of Mineral Green #56705B

Color information

#56705B (or 0x56705B) is unknown color: approx Mineral Green. HEX triplet: 56, 70 and 5B. RGB value is (86,112,91). Sum of RGB (Red+Green+Blue) = 86+112+91=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 112 - color contains mainly: green. Hex color #56705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56705B is #A98FA4. Grayscale: #656565. Windows color (decimal): -11112357 or 5992534. OLE color: 5992534.

HSL color Cylindrical-coordinate representation of color #56705B: hue angle of 131.54º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #56705B is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB8611291-
CMYK0.2300.190.56
HSL131.54º13.13%38.82%-
HSV(B)131.54º23.21%43.92%-
XYZ11.5214.3212.05-
YUV101.83121.89116.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.76%
GREEN value IS 112 (44.14% from 255) = 38.75%
BLUE value IS 91 (35.94% from 255) = 31.49%
R=29.76%
G=38.75%
B=31.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86112910.2300.190.56131.5413.1338.82
Hex56705B170133884d27
Octal12616013327023702041547
Binary10101101110000101101110111010011111000100001001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56705B; }

 p { color: rgb(86,112,91); }

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

<style>
 a { background-color: #56705B; }

 a { background-color: rgb(86,112,91); }

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

<style>
 span { border-color: #56705B; }

 span { border-color: rgb(86,112,91); }

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