Shades of Mineral Green #45664D
Tints of Mineral Green #45664D
RGB
CMYK
RGB Variations
Color information
#45664D (or 0x45664D) is known color: Mineral Green. HEX triplet: 45, 66 and 4D. RGB value is (69,102,77). Sum of RGB (Red+Green+Blue) = 69+102+77=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 102 - color contains mainly: green. Hex color #45664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45664D is #BA99B2. Grayscale: #595959. Windows color (decimal): -12229043 or 5072453. OLE color: 5072453.
HSL color Cylindrical-coordinate representation of color #45664D: hue angle of 134.55º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #45664D is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 69 | 102 | 77 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.6 |
| HSL | 134.55º | 0.19% | 0.34% | - |
| HSV(B) | 134.55º | 0.32% | 0.4% | - |
| XYZ | 8.55 | 11.3 | 8.75 | - |
| YUV | 89.28 | 121.07 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 102 | 77 | 0.32 | 0 | 0.25 | 0.6 | 134.55 | 0.19 | 0.34 |
| Hex | 45 | 66 | 4D | 20 | 0 | 19 | 3C | 87 | 13 | 22 |
| Octal | 105 | 146 | 115 | 40 | 0 | 31 | 74 | 207 | 23 | 42 |
| Binary | 1000101 | 1100110 | 1001101 | 100000 | 0 | 11001 | 111100 | 10000111 | 10011 | 100010 |
Color Harmonies of #45664D
Complementary color
Monochromatic Colors of #45664D
Black with #45664D
Text Example
Text Example
White with #45664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45664D; }
p { color: rgb(69,102,77); }
H1.HeaderClassName
{
color: #45664D;
}
.AnyTagClassName
{
color: #45664D;
}
</style>
background-color css
<style>
a { background-color: #45664D; }
a { background-color: rgb(69,102,77); }
div.DivClassName
{
background-color: #45664D;
}
.BgClassName
{
background-color: #45664D;
}
</style>
border-color css
<style>
span { border-color: #45664D; }
span { border-color: rgb(69,102,77); }
td.TdClassName
{
border-color: #45664D;
}
.TagClassName
{
border-color: #45664D;
}
</style>