Html Css Color HEX #59665A Mineral Green

📋 copy color: '#59665A'

red 89 ◦ green 102 ◦ blue 90

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

Shades of Mineral Green #59665A

Tints of Mineral Green #59665A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.3%

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

R = 31.67%
G = 36.3%
B = 32.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.6

RGB Variations

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

Color information

#59665A (or 0x59665A) is known color: Mineral Green. HEX triplet: 59, 66 and 5A. RGB value is (89,102,90). Sum of RGB (Red+Green+Blue) = 89+102+90=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 102 - color contains mainly: green. Hex color #59665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59665A is #A699A5. Grayscale: #606060. Windows color (decimal): -10918310 or 5924441. OLE color: 5924441.

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

Color convert

RGB 89 102 90 -
CMYK 0.13 0 0.12 0.6
HSL 124.62º 0.07% 0.37% -
HSV(B) 124.62º 0.13% 0.4% -
XYZ 10.72 12.36 11.49 -
YUV 96.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 89 102 90 0.13 0 0.12 0.6 124.62 0.07 0.37
Hex 59 66 5A D 0 C 3C 7D 7 25
Octal 131 146 132 15 0 14 74 175 7 45
Binary 1011001 1100110 1011010 1101 0 1100 111100 1111101 111 100101

Color Harmonies of #59665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59665A

Black with #59665A

Text Example


Text Example

White with #59665A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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