Html Css Color HEX #59685B Mineral Green

📋 copy color: '#59685B'

red 89 ◦ green 104 ◦ blue 91

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

Shades of Mineral Green #59685B

Tints of Mineral Green #59685B

RGB

 RED value IS 89 (35.16% from 255) = 31.34%

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

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

R = 31.34%
G = 36.62%
B = 32.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#59685B (or 0x59685B) is known color: Mineral Green. HEX triplet: 59, 68 and 5B. RGB value is (89,104,91). Sum of RGB (Red+Green+Blue) = 89+104+91=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 104 - color contains mainly: green. Hex color #59685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59685B is #A697A4. Grayscale: #626262. Windows color (decimal): -10917797 or 5990489. OLE color: 5990489.

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

Color convert

RGB 89 104 91 -
CMYK 0.14 0 0.12 0.59
HSL 128º 0.08% 0.38% -
HSV(B) 128º 0.14% 0.41% -
XYZ 10.96 12.78 11.79 -
YUV 98.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 89 104 91 0.14 0 0.12 0.59 128 0.08 0.38
Hex 59 68 5B E 0 C 3B 80 8 26
Octal 131 150 133 16 0 14 73 200 10 46
Binary 1011001 1101000 1011011 1110 0 1100 111011 10000000 1000 100110

Color Harmonies of #59685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59685B

Black with #59685B

Text Example


Text Example

White with #59685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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