Html Css Color HEX #57685B Mineral Green

📋 copy color: '#57685B'

red 87 ◦ green 104 ◦ blue 91

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

Shades of Mineral Green #57685B

Tints of Mineral Green #57685B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.88%

 BLUE value IS 91 (35.94% from 255) = 32.27%

R = 30.85%
G = 36.88%
B = 32.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#57685B (or 0x57685B) is known color: Mineral Green. HEX triplet: 57, 68 and 5B. RGB value is (87,104,91). Sum of RGB (Red+Green+Blue) = 87+104+91=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 104 - color contains mainly: green. Hex color #57685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57685B is #A897A4. Grayscale: #616161. Windows color (decimal): -11048869 or 5990487. OLE color: 5990487.

HSL color Cylindrical-coordinate representation of color #57685B: hue angle of 134.12º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #57685B is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 87 104 91 -
CMYK 0.16 0 0.12 0.59
HSL 134.12º 0.09% 0.37% -
HSV(B) 134.12º 0.16% 0.41% -
XYZ 10.77 12.68 11.78 -
YUV 97.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 87 104 91 0.16 0 0.12 0.59 134.12 0.09 0.37
Hex 57 68 5B 10 0 C 3B 86 9 25
Octal 127 150 133 20 0 14 73 206 11 45
Binary 1010111 1101000 1011011 10000 0 1100 111011 10000110 1001 100101

Color Harmonies of #57685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57685B

Black with #57685B

Text Example


Text Example

White with #57685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57685B;
 }
 .AnyTagClassName
 {
   color: #57685B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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