#57705B

Color #57705B Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #57705B

Tints of Mineral Green #57705B

Color information

#57705B (or 0x57705B) is unknown color: approx Mineral Green. HEX triplet: 57, 70 and 5B. RGB value is (87,112,91). Sum of RGB (Red+Green+Blue) = 87+112+91=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 112 - color contains mainly: green. Hex color #57705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57705B is #A88FA4. Grayscale: #666666. Windows color (decimal): -11046821 or 5992535. OLE color: 5992535.

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

Color convert

RGB8711291-
CMYK0.2200.190.56
HSL129.6º12.56%39.02%-
HSV(B)129.6º22.32%43.92%-
XYZ11.6114.3712.06-
YUV102.13121.72117.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30%
GREEN value IS 112 (44.14% from 255) = 38.62%
BLUE value IS 91 (35.94% from 255) = 31.38%
R=30%
G=38.62%
B=31.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87112910.2200.190.56129.612.5639.02
Hex57705B160133882d27
Octal12716013326023702021547
Binary10101111110000101101110110010011111000100000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #57705B;
 }
 .AnyTagClassName
 {
   color: #57705B;
 }
</style>
background-color css

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

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

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

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

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

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