Shades of Mineral Green #45684D
Tints of Mineral Green #45684D
RGB
CMYK
RGB Variations
Color information
#45684D (or 0x45684D) is known color: Mineral Green. HEX triplet: 45, 68 and 4D. RGB value is (69,104,77). Sum of RGB (Red+Green+Blue) = 69+104+77=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 104 - color contains mainly: green. Hex color #45684D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45684D is #BA97B2. Grayscale: #5A5A5A. Windows color (decimal): -12228531 or 5072965. OLE color: 5072965.
HSL color Cylindrical-coordinate representation of color #45684D: hue angle of 133.71º degrees, saturation: 0.2, 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 #45684D is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 104 | 77 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.59 |
| HSL | 133.71º | 0.2% | 0.34% | - |
| HSV(B) | 133.71º | 0.34% | 0.41% | - |
| XYZ | 8.74 | 11.7 | 8.82 | - |
| YUV | 90.46 | 120.4 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 77 | 0.34 | 0 | 0.26 | 0.59 | 133.71 | 0.2 | 0.34 |
| Hex | 45 | 68 | 4D | 22 | 0 | 1A | 3B | 86 | 14 | 22 |
| Octal | 105 | 150 | 115 | 42 | 0 | 32 | 73 | 206 | 24 | 42 |
| Binary | 1000101 | 1101000 | 1001101 | 100010 | 0 | 11010 | 111011 | 10000110 | 10100 | 100010 |
Color Harmonies of #45684D
Complementary color
Monochromatic Colors of #45684D
Black with #45684D
Text Example
Text Example
White with #45684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45684D; }
p { color: rgb(69,104,77); }
H1.HeaderClassName
{
color: #45684D;
}
.AnyTagClassName
{
color: #45684D;
}
</style>
background-color css
<style>
a { background-color: #45684D; }
a { background-color: rgb(69,104,77); }
div.DivClassName
{
background-color: #45684D;
}
.BgClassName
{
background-color: #45684D;
}
</style>
border-color css
<style>
span { border-color: #45684D; }
span { border-color: rgb(69,104,77); }
td.TdClassName
{
border-color: #45684D;
}
.TagClassName
{
border-color: #45684D;
}
</style>