Html Css Color HEX #59655E Mineral Green

📋 copy color: '#59655E'

red 89 ◦ green 101 ◦ blue 94

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

Shades of Mineral Green #59655E

Tints of Mineral Green #59655E

RGB

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

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

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

R = 31.34%
G = 35.56%
B = 33.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#59655E (or 0x59655E) is known color: Mineral Green. HEX triplet: 59, 65 and 5E. RGB value is (89,101,94). Sum of RGB (Red+Green+Blue) = 89+101+94=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 101 - color contains mainly: green. Hex color #59655E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59655E is #A69AA1. Grayscale: #606060. Windows color (decimal): -10918562 or 6186329. OLE color: 6186329.

HSL color Cylindrical-coordinate representation of color #59655E: hue angle of 145º 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 #59655E is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 89 101 94 -
CMYK 0.12 0 0.07 0.60
HSL 145º 0.06% 0.37% -
HSV(B) 145º 0.12% 0.4% -
XYZ 10.79 12.24 12.38 -
YUV 96.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 89 101 94 0.12 0 0.07 0.60 145 0.06 0.37
Hex 59 65 5E C 0 7 3C 91 6 25
Octal 131 145 136 14 0 7 74 221 6 45
Binary 1011001 1100101 1011110 1100 0 111 111100 10010001 110 100101

Color Harmonies of #59655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59655E

Black with #59655E

Text Example


Text Example

White with #59655E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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