Html Css Color HEX #59695E Mineral Green

📋 copy color: '#59695E'

red 89 ◦ green 105 ◦ blue 94

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

Shades of Mineral Green #59695E

Tints of Mineral Green #59695E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.46%

 BLUE value IS 94 (37.11% from 255) = 32.64%

R = 30.9%
G = 36.46%
B = 32.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#59695E (or 0x59695E) is known color: Mineral Green. HEX triplet: 59, 69 and 5E. RGB value is (89,105,94). Sum of RGB (Red+Green+Blue) = 89+105+94=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 105 - color contains mainly: green. Hex color #59695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59695E is #A696A1. Grayscale: #626262. Windows color (decimal): -10917538 or 6187353. OLE color: 6187353.

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

Color convert

RGB 89 105 94 -
CMYK 0.15 0 0.10 0.59
HSL 138.75º 0.08% 0.38% -
HSV(B) 138.75º 0.15% 0.41% -
XYZ 11.19 13.04 12.52 -
YUV 98.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 89 105 94 0.15 0 0.10 0.59 138.75 0.08 0.38
Hex 59 69 5E F 0 A 3B 8B 8 26
Octal 131 151 136 17 0 12 73 213 10 46
Binary 1011001 1101001 1011110 1111 0 1010 111011 10001011 1000 100110

Color Harmonies of #59695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59695E

Black with #59695E

Text Example


Text Example

White with #59695E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59695E; }

 p { color: rgb(89,105,94); }

 H1.HeaderClassName
 {
   color: #59695E;
 }
 .AnyTagClassName
 {
   color: #59695E;
 }
</style>

background-color css

<style>
 a { background-color: #59695E; }

 a { background-color: rgb(89,105,94); }

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

border-color css

<style>
 span { border-color: #59695E; }

 span { border-color: rgb(89,105,94); }

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