#5A695E

Color #5A695E Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #5A695E

Tints of Mineral Green #5A695E

Color information

#5A695E (or 0x5A695E) is unknown color: approx Mineral Green. HEX triplet: 5A, 69 and 5E. RGB value is (90,105,94). Sum of RGB (Red+Green+Blue) = 90+105+94=289 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.14% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 105 - color contains mainly: green. Hex color #5A695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A695E is #A596A1. Grayscale: #636363. Windows color (decimal): -10852002 or 6187354. OLE color: 6187354.

HSL color Cylindrical-coordinate representation of color #5A695E: hue angle of 136º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5A695E is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB9010594-
CMYK0.1400.100.59
HSL136º7.69%38.24%-
HSV(B)136º14.29%41.18%-
XYZ11.2913.0812.52-
YUV99.26125.03121.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.14%
GREEN value IS 105 (41.41% from 255) = 36.33%
BLUE value IS 94 (37.11% from 255) = 32.53%
R=31.14%
G=36.33%
B=32.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal90105940.1400.100.591367.6938.24
Hex5A695EE0A3B88826
Octal13215113616012732101046
Binary101101011010011011110111001010111011100010001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A695E; }

 p { color: rgb(90,105,94); }

 H1.HeaderClassName
 {
   color: #5A695E;
 }
 .AnyTagClassName
 {
   color: #5A695E;
 }
</style>
background-color css

<style>
 a { background-color: #5A695E; }

 a { background-color: rgb(90,105,94); }

 div.DivClassName
 {
   background-color: #5A695E;
 }
 .BgClassName
 {
   background-color: #5A695E;
 }
</style>
border-color css

<style>
 span { border-color: #5A695E; }

 span { border-color: rgb(90,105,94); }

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