#56695B

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

Shades of Mineral Green #56695B

Tints of Mineral Green #56695B

Color information

#56695B (or 0x56695B) is unknown color: approx Mineral Green. HEX triplet: 56, 69 and 5B. RGB value is (86,105,91). Sum of RGB (Red+Green+Blue) = 86+105+91=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 105 - color contains mainly: green. Hex color #56695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56695B is #A996A4. Grayscale: #616161. Windows color (decimal): -11114149 or 5990742. OLE color: 5990742.

HSL color Cylindrical-coordinate representation of color #56695B: hue angle of 135.79º 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 #56695B is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB8610591-
CMYK0.1800.130.59
HSL135.79º9.95%37.45%-
HSV(B)135.79º18.1%41.18%-
XYZ10.7812.8411.81-
YUV97.72124.21119.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.50%
GREEN value IS 105 (41.41% from 255) = 37.23%
BLUE value IS 91 (35.94% from 255) = 32.27%
R=30.50%
G=37.23%
B=32.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86105910.1800.130.59135.799.9537.45
Hex56695B120D3B88a25
Octal12615113322015732101245
Binary1010110110100110110111001001101111011100010001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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