Html Css Color HEX #5A695E Mineral Green

📋 copy color: '#5A695E'

red 90 ◦ green 105 ◦ blue 94

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

Shades of Mineral Green #5A695E

Tints of Mineral Green #5A695E

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 value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#5A695E (or 0x5A695E) is known color: 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

RGB 90 105 94 -
CMYK 0.14 0 0.10 0.59
HSL 136º 0.08% 0.38% -
HSV(B) 136º 0.14% 0.41% -
XYZ 11.29 13.08 12.52 -
YUV 99.26 125.03 121.39 -
System Red Green Blue C M Y K H S L
Decimal 90 105 94 0.14 0 0.10 0.59 136 0.08 0.38
Hex 5A 69 5E E 0 A 3B 88 8 26
Octal 132 151 136 16 0 12 73 210 10 46
Binary 1011010 1101001 1011110 1110 0 1010 111011 10001000 1000 100110

Color Harmonies of #5A695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A695E

Black with #5A695E

Text Example


Text Example

White with #5A695E

Text Example


Text Example

HTML Codes & Css Web 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>