Html Css Color HEX #56705C Mineral Green

📋 copy color: '#56705C'

red 86 ◦ green 112 ◦ blue 92

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

Shades of Mineral Green #56705C

Tints of Mineral Green #56705C

RGB

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

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

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

R = 29.66%
G = 38.62%
B = 31.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#56705C (or 0x56705C) is known color: Mineral Green. HEX triplet: 56, 70 and 5C. RGB value is (86,112,92). Sum of RGB (Red+Green+Blue) = 86+112+92=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 112 - color contains mainly: green. Hex color #56705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56705C is #A98FA3. Grayscale: #666666. Windows color (decimal): -11112356 or 6058070. OLE color: 6058070.

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

Color convert

RGB 86 112 92 -
CMYK 0.23 0 0.18 0.56
HSL 133.85º 0.13% 0.39% -
HSV(B) 133.85º 0.23% 0.44% -
XYZ 11.56 14.34 12.28 -
YUV 101.95 122.39 116.63 -
System Red Green Blue C M Y K H S L
Decimal 86 112 92 0.23 0 0.18 0.56 133.85 0.13 0.39
Hex 56 70 5C 17 0 12 38 86 D 27
Octal 126 160 134 27 0 22 70 206 15 47
Binary 1010110 1110000 1011100 10111 0 10010 111000 10000110 1101 100111

Color Harmonies of #56705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56705C

Black with #56705C

Text Example


Text Example

White with #56705C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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