Html Css Color HEX #57705D Mineral Green

📋 copy color: '#57705D'

red 87 ◦ green 112 ◦ blue 93

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

Shades of Mineral Green #57705D

Tints of Mineral Green #57705D

RGB

 RED value IS 87 (34.38% from 255) = 29.79%

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

 BLUE value IS 93 (36.72% from 255) = 31.85%

R = 29.79%
G = 38.36%
B = 31.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#57705D (or 0x57705D) is known color: Mineral Green. HEX triplet: 57, 70 and 5D. RGB value is (87,112,93). Sum of RGB (Red+Green+Blue) = 87+112+93=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 112 - color contains mainly: green. Hex color #57705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57705D is #A88FA2. Grayscale: #666666. Windows color (decimal): -11046819 or 6123607. OLE color: 6123607.

HSL color Cylindrical-coordinate representation of color #57705D: hue angle of 134.4º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #57705D is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 112 93 -
CMYK 0.22 0 0.17 0.56
HSL 134.4º 0.13% 0.39% -
HSV(B) 134.4º 0.22% 0.44% -
XYZ 11.7 14.4 12.52 -
YUV 102.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 87 112 93 0.22 0 0.17 0.56 134.4 0.13 0.39
Hex 57 70 5D 16 0 11 38 86 D 27
Octal 127 160 135 26 0 21 70 206 15 47
Binary 1010111 1110000 1011101 10110 0 10001 111000 10000110 1101 100111

Color Harmonies of #57705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57705D

Black with #57705D

Text Example


Text Example

White with #57705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57705D; }

 p { color: rgb(87,112,93); }

 H1.HeaderClassName
 {
   color: #57705D;
 }
 .AnyTagClassName
 {
   color: #57705D;
 }
</style>

background-color css

<style>
 a { background-color: #57705D; }

 a { background-color: rgb(87,112,93); }

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

border-color css

<style>
 span { border-color: #57705D; }

 span { border-color: rgb(87,112,93); }

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