Html Css Color HEX #59655A Mineral Green

📋 copy color: '#59655A'

red 89 ◦ green 101 ◦ blue 90

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

Shades of Mineral Green #59655A

Tints of Mineral Green #59655A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.07%

 BLUE value IS 90 (35.55% from 255) = 32.14%

R = 31.79%
G = 36.07%
B = 32.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#59655A (or 0x59655A) is known color: Mineral Green. HEX triplet: 59, 65 and 5A. RGB value is (89,101,90). Sum of RGB (Red+Green+Blue) = 89+101+90=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 101 - color contains mainly: green. Hex color #59655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59655A is #A69AA5. Grayscale: #606060. Windows color (decimal): -10918566 or 5924185. OLE color: 5924185.

HSL color Cylindrical-coordinate representation of color #59655A: hue angle of 125º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #59655A is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB 89 101 90 -
CMYK 0.12 0 0.11 0.60
HSL 125º 0.06% 0.37% -
HSV(B) 125º 0.12% 0.4% -
XYZ 10.62 12.17 11.46 -
YUV 96.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 89 101 90 0.12 0 0.11 0.60 125 0.06 0.37
Hex 59 65 5A C 0 B 3C 7D 6 25
Octal 131 145 132 14 0 13 74 175 6 45
Binary 1011001 1100101 1011010 1100 0 1011 111100 1111101 110 100101

Color Harmonies of #59655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59655A

Black with #59655A

Text Example


Text Example

White with #59655A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59655A; }

 p { color: rgb(89,101,90); }

 H1.HeaderClassName
 {
   color: #59655A;
 }
 .AnyTagClassName
 {
   color: #59655A;
 }
</style>

background-color css

<style>
 a { background-color: #59655A; }

 a { background-color: rgb(89,101,90); }

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

border-color css

<style>
 span { border-color: #59655A; }

 span { border-color: rgb(89,101,90); }

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