Html Css Color HEX #56715B Mineral Green

📋 copy color: '#56715B'

red 86 ◦ green 113 ◦ blue 91

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

Shades of Mineral Green #56715B

Tints of Mineral Green #56715B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.97%

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

R = 29.66%
G = 38.97%
B = 31.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#56715B (or 0x56715B) is known color: Mineral Green. HEX triplet: 56, 71 and 5B. RGB value is (86,113,91). Sum of RGB (Red+Green+Blue) = 86+113+91=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 113 - color contains mainly: green. Hex color #56715B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56715B is #A98EA4. Grayscale: #666666. Windows color (decimal): -11112101 or 5992790. OLE color: 5992790.

HSL color Cylindrical-coordinate representation of color #56715B: hue angle of 131.11º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #56715B is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 113 91 -
CMYK 0.24 0 0.19 0.56
HSL 131.11º 0.14% 0.39% -
HSV(B) 131.11º 0.24% 0.44% -
XYZ 11.63 14.54 12.09 -
YUV 102.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 86 113 91 0.24 0 0.19 0.56 131.11 0.14 0.39
Hex 56 71 5B 18 0 13 38 83 E 27
Octal 126 161 133 30 0 23 70 203 16 47
Binary 1010110 1110001 1011011 11000 0 10011 111000 10000011 1110 100111

Color Harmonies of #56715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56715B

Black with #56715B

Text Example


Text Example

White with #56715B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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