Html Css Color HEX #56705A Mineral Green

📋 copy color: '#56705A'

red 86 ◦ green 112 ◦ blue 90

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

Shades of Mineral Green #56705A

Tints of Mineral Green #56705A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.25%

R = 29.86%
G = 38.89%
B = 31.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#56705A (or 0x56705A) is known color: Mineral Green. HEX triplet: 56, 70 and 5A. RGB value is (86,112,90). Sum of RGB (Red+Green+Blue) = 86+112+90=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #56705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56705A is #A98FA5. Grayscale: #656565. Windows color (decimal): -11112358 or 5926998. OLE color: 5926998.

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

Color convert

RGB 86 112 90 -
CMYK 0.23 0 0.20 0.56
HSL 129.23º 0.13% 0.39% -
HSV(B) 129.23º 0.23% 0.44% -
XYZ 11.48 14.3 11.83 -
YUV 101.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 86 112 90 0.23 0 0.20 0.56 129.23 0.13 0.39
Hex 56 70 5A 17 0 14 38 81 D 27
Octal 126 160 132 27 0 24 70 201 15 47
Binary 1010110 1110000 1011010 10111 0 10100 111000 10000001 1101 100111

Color Harmonies of #56705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56705A

Black with #56705A

Text Example


Text Example

White with #56705A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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