Html Css Color HEX #56685B Mineral Green

📋 copy color: '#56685B'

red 86 ◦ green 104 ◦ blue 91

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

Shades of Mineral Green #56685B

Tints of Mineral Green #56685B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.38%

R = 30.6%
G = 37.01%
B = 32.38%

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

#56685B (or 0x56685B) is known color: Mineral Green. HEX triplet: 56, 68 and 5B. RGB value is (86,104,91). Sum of RGB (Red+Green+Blue) = 86+104+91=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 104 - color contains mainly: green. Hex color #56685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56685B is #A997A4. Grayscale: #616161. Windows color (decimal): -11114405 or 5990486. OLE color: 5990486.

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

Color convert

RGB 86 104 91 -
CMYK 0.17 0 0.12 0.59
HSL 136.67º 0.09% 0.37% -
HSV(B) 136.67º 0.17% 0.41% -
XYZ 10.68 12.63 11.77 -
YUV 97.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 86 104 91 0.17 0 0.12 0.59 136.67 0.09 0.37
Hex 56 68 5B 11 0 C 3B 89 9 25
Octal 126 150 133 21 0 14 73 211 11 45
Binary 1010110 1101000 1011011 10001 0 1100 111011 10001001 1001 100101

Color Harmonies of #56685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56685B

Black with #56685B

Text Example


Text Example

White with #56685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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