Html Css Color HEX #56685C Mineral Green

📋 copy color: '#56685C'

red 86 ◦ green 104 ◦ blue 92

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

Shades of Mineral Green #56685C

Tints of Mineral Green #56685C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.62%

R = 30.5%
G = 36.88%
B = 32.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#56685C (or 0x56685C) is known color: Mineral Green. HEX triplet: 56, 68 and 5C. RGB value is (86,104,92). Sum of RGB (Red+Green+Blue) = 86+104+92=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 104 - color contains mainly: green. Hex color #56685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56685C is #A997A3. Grayscale: #616161. Windows color (decimal): -11114404 or 6056022. OLE color: 6056022.

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

Color convert

RGB 86 104 92 -
CMYK 0.17 0 0.12 0.59
HSL 140º 0.09% 0.37% -
HSV(B) 140º 0.17% 0.41% -
XYZ 10.72 12.65 12 -
YUV 97.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 86 104 92 0.17 0 0.12 0.59 140 0.09 0.37
Hex 56 68 5C 11 0 C 3B 8C 9 25
Octal 126 150 134 21 0 14 73 214 11 45
Binary 1010110 1101000 1011100 10001 0 1100 111011 10001100 1001 100101

Color Harmonies of #56685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56685C

Black with #56685C

Text Example


Text Example

White with #56685C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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