Html Css Color HEX #59695D Mineral Green

📋 copy color: '#59695D'

red 89 ◦ green 105 ◦ blue 93

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

Shades of Mineral Green #59695D

Tints of Mineral Green #59695D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.4%

R = 31.01%
G = 36.59%
B = 32.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#59695D (or 0x59695D) is known color: Mineral Green. HEX triplet: 59, 69 and 5D. RGB value is (89,105,93). Sum of RGB (Red+Green+Blue) = 89+105+93=287 (38% of max value = 765). Red value is 89 (35.16% from 255 or 31.01% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 105 - color contains mainly: green. Hex color #59695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59695D is #A696A2. Grayscale: #626262. Windows color (decimal): -10917539 or 6121817. OLE color: 6121817.

HSL color Cylindrical-coordinate representation of color #59695D: hue angle of 135º 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 #59695D is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 89 105 93 -
CMYK 0.15 0 0.11 0.59
HSL 135º 0.08% 0.38% -
HSV(B) 135º 0.15% 0.41% -
XYZ 11.15 13.02 12.28 -
YUV 98.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 89 105 93 0.15 0 0.11 0.59 135 0.08 0.38
Hex 59 69 5D F 0 B 3B 87 8 26
Octal 131 151 135 17 0 13 73 207 10 46
Binary 1011001 1101001 1011101 1111 0 1011 111011 10000111 1000 100110

Color Harmonies of #59695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59695D

Black with #59695D

Text Example


Text Example

White with #59695D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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