#57675B

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

Shades of Mineral Green #57675B

Tints of Mineral Green #57675B

Color information

#57675B (or 0x57675B) is unknown color: approx Mineral Green. HEX triplet: 57, 67 and 5B. RGB value is (87,103,91). Sum of RGB (Red+Green+Blue) = 87+103+91=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 103 - color contains mainly: green. Hex color #57675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57675B is #A898A4. Grayscale: #606060. Windows color (decimal): -11049125 or 5990231. OLE color: 5990231.

HSL color Cylindrical-coordinate representation of color #57675B: hue angle of 135º 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 #57675B is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB8710391-
CMYK0.1600.120.60
HSL135º8.42%37.25%-
HSV(B)135º15.53%40.39%-
XYZ10.6712.4811.74-
YUV96.85124.7120.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.96%
GREEN value IS 103 (40.62% from 255) = 36.65%
BLUE value IS 91 (35.94% from 255) = 32.38%
R=30.96%
G=36.65%
B=32.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87103910.1600.120.601358.4237.25
Hex57675B100C3C87825
Octal12714713320014742071045
Binary1010111110011110110111000001100111100100001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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