Shades of Mineral Green #46694F
Tints of Mineral Green #46694F
RGB
CMYK
RGB Variations
Color information
#46694F (or 0x46694F) is known color: Mineral Green. HEX triplet: 46, 69 and 4F. RGB value is (70,105,79). Sum of RGB (Red+Green+Blue) = 70+105+79=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 105 - color contains mainly: green. Hex color #46694F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46694F is #B996B0. Grayscale: #5B5B5B. Windows color (decimal): -12162737 or 5204294. OLE color: 5204294.
HSL color Cylindrical-coordinate representation of color #46694F: hue angle of 135.43º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #46694F is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 105 | 79 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.59 |
| HSL | 135.43º | 0.2% | 0.34% | - |
| HSV(B) | 135.43º | 0.33% | 0.41% | - |
| XYZ | 8.99 | 11.97 | 9.23 | - |
| YUV | 91.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 105 | 79 | 0.33 | 0 | 0.25 | 0.59 | 135.43 | 0.2 | 0.34 |
| Hex | 46 | 69 | 4F | 21 | 0 | 19 | 3B | 87 | 14 | 22 |
| Octal | 106 | 151 | 117 | 41 | 0 | 31 | 73 | 207 | 24 | 42 |
| Binary | 1000110 | 1101001 | 1001111 | 100001 | 0 | 11001 | 111011 | 10000111 | 10100 | 100010 |
Color Harmonies of #46694F
Complementary color
Monochromatic Colors of #46694F
Black with #46694F
Text Example
Text Example
White with #46694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46694F; }
p { color: rgb(70,105,79); }
H1.HeaderClassName
{
color: #46694F;
}
.AnyTagClassName
{
color: #46694F;
}
</style>
background-color css
<style>
a { background-color: #46694F; }
a { background-color: rgb(70,105,79); }
div.DivClassName
{
background-color: #46694F;
}
.BgClassName
{
background-color: #46694F;
}
</style>
border-color css
<style>
span { border-color: #46694F; }
span { border-color: rgb(70,105,79); }
td.TdClassName
{
border-color: #46694F;
}
.TagClassName
{
border-color: #46694F;
}
</style>