Shades of Mineral Green #45694D
Tints of Mineral Green #45694D
RGB
CMYK
RGB Variations
Color information
#45694D (or 0x45694D) is known color: Mineral Green. HEX triplet: 45, 69 and 4D. RGB value is (69,105,77). Sum of RGB (Red+Green+Blue) = 69+105+77=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 105 - color contains mainly: green. Hex color #45694D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45694D is #BA96B2. Grayscale: #5B5B5B. Windows color (decimal): -12228275 or 5073221. OLE color: 5073221.
HSL color Cylindrical-coordinate representation of color #45694D: hue angle of 133.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #45694D is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 105 | 77 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.59 |
| HSL | 133.33º | 0.21% | 0.34% | - |
| HSV(B) | 133.33º | 0.34% | 0.41% | - |
| XYZ | 8.85 | 11.9 | 8.85 | - |
| YUV | 91.04 | 120.07 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 77 | 0.34 | 0 | 0.27 | 0.59 | 133.33 | 0.21 | 0.34 |
| Hex | 45 | 69 | 4D | 22 | 0 | 1B | 3B | 85 | 15 | 22 |
| Octal | 105 | 151 | 115 | 42 | 0 | 33 | 73 | 205 | 25 | 42 |
| Binary | 1000101 | 1101001 | 1001101 | 100010 | 0 | 11011 | 111011 | 10000101 | 10101 | 100010 |
Color Harmonies of #45694D
Complementary color
Monochromatic Colors of #45694D
Black with #45694D
Text Example
Text Example
White with #45694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45694D; }
p { color: rgb(69,105,77); }
H1.HeaderClassName
{
color: #45694D;
}
.AnyTagClassName
{
color: #45694D;
}
</style>
background-color css
<style>
a { background-color: #45694D; }
a { background-color: rgb(69,105,77); }
div.DivClassName
{
background-color: #45694D;
}
.BgClassName
{
background-color: #45694D;
}
</style>
border-color css
<style>
span { border-color: #45694D; }
span { border-color: rgb(69,105,77); }
td.TdClassName
{
border-color: #45694D;
}
.TagClassName
{
border-color: #45694D;
}
</style>