Html Css Color HEX #56705B Mineral Green

📋 copy color: '#56705B'

red 86 ◦ green 112 ◦ blue 91

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

Shades of Mineral Green #56705B

Tints of Mineral Green #56705B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.75%

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

R = 29.76%
G = 38.75%
B = 31.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#56705B (or 0x56705B) is known color: Mineral Green. HEX triplet: 56, 70 and 5B. RGB value is (86,112,91). Sum of RGB (Red+Green+Blue) = 86+112+91=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 112 - color contains mainly: green. Hex color #56705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56705B is #A98FA4. Grayscale: #656565. Windows color (decimal): -11112357 or 5992534. OLE color: 5992534.

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

Color convert

RGB 86 112 91 -
CMYK 0.23 0 0.19 0.56
HSL 131.54º 0.13% 0.39% -
HSV(B) 131.54º 0.23% 0.44% -
XYZ 11.52 14.32 12.05 -
YUV 101.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 86 112 91 0.23 0 0.19 0.56 131.54 0.13 0.39
Hex 56 70 5B 17 0 13 38 84 D 27
Octal 126 160 133 27 0 23 70 204 15 47
Binary 1010110 1110000 1011011 10111 0 10011 111000 10000100 1101 100111

Color Harmonies of #56705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56705B

Black with #56705B

Text Example


Text Example

White with #56705B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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