Html Css Color HEX #5A695B Mineral Green

📋 copy color: '#5A695B'

red 90 ◦ green 105 ◦ blue 91

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

Shades of Mineral Green #5A695B

Tints of Mineral Green #5A695B

RGB

 RED value IS 90 (35.55% from 255) = 31.47%

 GREEN value IS 105 (41.41% from 255) = 36.71%

 BLUE value IS 91 (35.94% from 255) = 31.82%

R = 31.47%
G = 36.71%
B = 31.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#5A695B (or 0x5A695B) is known color: Mineral Green. HEX triplet: 5A, 69 and 5B. RGB value is (90,105,91). Sum of RGB (Red+Green+Blue) = 90+105+91=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 105 - color contains mainly: green. Hex color #5A695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A695B is #A596A4. Grayscale: #626262. Windows color (decimal): -10852005 or 5990746. OLE color: 5990746.

HSL color Cylindrical-coordinate representation of color #5A695B: hue angle of 124º 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 #5A695B is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 90 105 91 -
CMYK 0.14 0 0.13 0.59
HSL 124º 0.08% 0.38% -
HSV(B) 124º 0.14% 0.41% -
XYZ 11.16 13.03 11.82 -
YUV 98.92 123.53 121.64 -
System Red Green Blue C M Y K H S L
Decimal 90 105 91 0.14 0 0.13 0.59 124 0.08 0.38
Hex 5A 69 5B E 0 D 3B 7C 8 26
Octal 132 151 133 16 0 15 73 174 10 46
Binary 1011010 1101001 1011011 1110 0 1101 111011 1111100 1000 100110

Color Harmonies of #5A695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A695B

Black with #5A695B

Text Example


Text Example

White with #5A695B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A695B;
 }
 .AnyTagClassName
 {
   color: #5A695B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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