Html Css Color HEX #57685C Mineral Green

📋 copy color: '#57685C'

red 87 ◦ green 104 ◦ blue 92

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

Shades of Mineral Green #57685C

Tints of Mineral Green #57685C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.51%

R = 30.74%
G = 36.75%
B = 32.51%

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

#57685C (or 0x57685C) is known color: Mineral Green. HEX triplet: 57, 68 and 5C. RGB value is (87,104,92). Sum of RGB (Red+Green+Blue) = 87+104+92=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 104 - color contains mainly: green. Hex color #57685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57685C is #A897A3. Grayscale: #616161. Windows color (decimal): -11048868 or 6056023. OLE color: 6056023.

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

Color convert

RGB 87 104 92 -
CMYK 0.16 0 0.12 0.59
HSL 137.65º 0.09% 0.37% -
HSV(B) 137.65º 0.16% 0.41% -
XYZ 10.81 12.7 12.01 -
YUV 97.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 87 104 92 0.16 0 0.12 0.59 137.65 0.09 0.37
Hex 57 68 5C 10 0 C 3B 8A 9 25
Octal 127 150 134 20 0 14 73 212 11 45
Binary 1010111 1101000 1011100 10000 0 1100 111011 10001010 1001 100101

Color Harmonies of #57685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57685C

Black with #57685C

Text Example


Text Example

White with #57685C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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