#56705C

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

Shades of Mineral Green #56705C

Tints of Mineral Green #56705C

Color information

#56705C (or 0x56705C) is unknown color: approx Mineral Green. HEX triplet: 56, 70 and 5C. RGB value is (86,112,92). Sum of RGB (Red+Green+Blue) = 86+112+92=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 112 - color contains mainly: green. Hex color #56705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56705C is #A98FA3. Grayscale: #666666. Windows color (decimal): -11112356 or 6058070. OLE color: 6058070.

HSL color Cylindrical-coordinate representation of color #56705C: hue angle of 133.85º 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 #56705C is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB8611292-
CMYK0.2300.180.56
HSL133.85º13.13%38.82%-
HSV(B)133.85º23.21%43.92%-
XYZ11.5614.3412.28-
YUV101.95122.39116.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.66%
GREEN value IS 112 (44.14% from 255) = 38.62%
BLUE value IS 92 (36.33% from 255) = 31.72%
R=29.66%
G=38.62%
B=31.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86112920.2300.180.56133.8513.1338.82
Hex56705C170123886d27
Octal12616013427022702061547
Binary10101101110000101110010111010010111000100001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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