#57675A

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

Shades of Mineral Green #57675A

Tints of Mineral Green #57675A

Color information

#57675A (or 0x57675A) is unknown color: approx Mineral Green. HEX triplet: 57, 67 and 5A. RGB value is (87,103,90). Sum of RGB (Red+Green+Blue) = 87+103+90=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 103 - color contains mainly: green. Hex color #57675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57675A is #A898A5. Grayscale: #606060. Windows color (decimal): -11049126 or 5924695. OLE color: 5924695.

HSL color Cylindrical-coordinate representation of color #57675A: hue angle of 131.25º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #57675A is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB8710390-
CMYK0.1600.130.60
HSL131.25º8.42%37.25%-
HSV(B)131.25º15.53%40.39%-
XYZ10.6312.4611.52-
YUV96.73124.2121.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.07%
GREEN value IS 103 (40.62% from 255) = 36.79%
BLUE value IS 90 (35.55% from 255) = 32.14%
R=31.07%
G=36.79%
B=32.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87103900.1600.130.60131.258.4237.25
Hex57675A100D3C83825
Octal12714713220015742031045
Binary1010111110011110110101000001101111100100000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,103,90); }

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

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

 a { background-color: rgb(87,103,90); }

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

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

 span { border-color: rgb(87,103,90); }

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