Html Css Color HEX #59695C Mineral Green

📋 copy color: '#59695C'

red 89 ◦ green 105 ◦ blue 92

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

Shades of Mineral Green #59695C

Tints of Mineral Green #59695C

RGB

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

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

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

R = 31.12%
G = 36.71%
B = 32.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#59695C (or 0x59695C) is known color: Mineral Green. HEX triplet: 59, 69 and 5C. RGB value is (89,105,92). Sum of RGB (Red+Green+Blue) = 89+105+92=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 105 - color contains mainly: green. Hex color #59695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59695C is #A696A3. Grayscale: #626262. Windows color (decimal): -10917540 or 6056281. OLE color: 6056281.

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

Color convert

RGB 89 105 92 -
CMYK 0.15 0 0.12 0.59
HSL 131.25º 0.08% 0.38% -
HSV(B) 131.25º 0.15% 0.41% -
XYZ 11.1 13 12.05 -
YUV 98.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 89 105 92 0.15 0 0.12 0.59 131.25 0.08 0.38
Hex 59 69 5C F 0 C 3B 83 8 26
Octal 131 151 134 17 0 14 73 203 10 46
Binary 1011001 1101001 1011100 1111 0 1100 111011 10000011 1000 100110

Color Harmonies of #59695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59695C

Black with #59695C

Text Example


Text Example

White with #59695C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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