Html Css Color HEX #56685D Mineral Green

📋 copy color: '#56685D'

red 86 ◦ green 104 ◦ blue 93

#56685D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mineral Green #56685D

Tints of Mineral Green #56685D

RGB

 RED value IS 86 (33.98% from 255) = 30.39%

 GREEN value IS 104 (41.02% from 255) = 36.75%

 BLUE value IS 93 (36.72% from 255) = 32.86%

R = 30.39%
G = 36.75%
B = 32.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#56685D (or 0x56685D) is known color: Mineral Green. HEX triplet: 56, 68 and 5D. RGB value is (86,104,93). Sum of RGB (Red+Green+Blue) = 86+104+93=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 104 - color contains mainly: green. Hex color #56685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56685D is #A997A2. Grayscale: #616161. Windows color (decimal): -11114403 or 6121558. OLE color: 6121558.

HSL color Cylindrical-coordinate representation of color #56685D: hue angle of 143.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 #56685D is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 104 93 -
CMYK 0.17 0 0.11 0.59
HSL 143.33º 0.09% 0.37% -
HSV(B) 143.33º 0.17% 0.41% -
XYZ 10.76 12.67 12.23 -
YUV 97.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 86 104 93 0.17 0 0.11 0.59 143.33 0.09 0.37
Hex 56 68 5D 11 0 B 3B 8F 9 25
Octal 126 150 135 21 0 13 73 217 11 45
Binary 1010110 1101000 1011101 10001 0 1011 111011 10001111 1001 100101

Color Harmonies of #56685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56685D

Black with #56685D

Text Example


Text Example

White with #56685D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #56685D;
 }
 .AnyTagClassName
 {
   color: #56685D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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