Shades of Mineral Green #50695A
Tints of Mineral Green #50695A
RGB
CMYK
RGB Variations
Color information
#50695A (or 0x50695A) is known color: Mineral Green. HEX triplet: 50, 69 and 5A. RGB value is (80,105,90). Sum of RGB (Red+Green+Blue) = 80+105+90=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 105 - color contains mainly: green. Hex color #50695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50695A is #AF96A5. Grayscale: #5F5F5F. Windows color (decimal): -11507366 or 5925200. OLE color: 5925200.
HSL color Cylindrical-coordinate representation of color #50695A: hue angle of 144º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #50695A is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 105 | 90 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.59 |
| HSL | 144º | 0.14% | 0.36% | - |
| HSV(B) | 144º | 0.24% | 0.41% | - |
| XYZ | 10.21 | 12.55 | 11.56 | - |
| YUV | 95.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 105 | 90 | 0.24 | 0 | 0.14 | 0.59 | 144 | 0.14 | 0.36 |
| Hex | 50 | 69 | 5A | 18 | 0 | E | 3B | 90 | E | 24 |
| Octal | 120 | 151 | 132 | 30 | 0 | 16 | 73 | 220 | 16 | 44 |
| Binary | 1010000 | 1101001 | 1011010 | 11000 | 0 | 1110 | 111011 | 10010000 | 1110 | 100100 |
Color Harmonies of #50695A
Complementary color
Monochromatic Colors of #50695A
Black with #50695A
Text Example
Text Example
White with #50695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50695A; }
p { color: rgb(80,105,90); }
H1.HeaderClassName
{
color: #50695A;
}
.AnyTagClassName
{
color: #50695A;
}
</style>
background-color css
<style>
a { background-color: #50695A; }
a { background-color: rgb(80,105,90); }
div.DivClassName
{
background-color: #50695A;
}
.BgClassName
{
background-color: #50695A;
}
</style>
border-color css
<style>
span { border-color: #50695A; }
span { border-color: rgb(80,105,90); }
td.TdClassName
{
border-color: #50695A;
}
.TagClassName
{
border-color: #50695A;
}
</style>