Shades of Mineral Green #45674C
Tints of Mineral Green #45674C
RGB
CMYK
RGB Variations
Color information
#45674C (or 0x45674C) is known color: Mineral Green. HEX triplet: 45, 67 and 4C. RGB value is (69,103,76). Sum of RGB (Red+Green+Blue) = 69+103+76=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 103 - color contains mainly: green. Hex color #45674C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45674C is #BA98B3. Grayscale: #595959. Windows color (decimal): -12228788 or 5007173. OLE color: 5007173.
HSL color Cylindrical-coordinate representation of color #45674C: hue angle of 132.35º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #45674C is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 103 | 76 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.60 |
| HSL | 132.35º | 0.2% | 0.34% | - |
| HSV(B) | 132.35º | 0.33% | 0.4% | - |
| XYZ | 8.61 | 11.49 | 8.6 | - |
| YUV | 89.76 | 120.24 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 103 | 76 | 0.33 | 0 | 0.26 | 0.60 | 132.35 | 0.2 | 0.34 |
| Hex | 45 | 67 | 4C | 21 | 0 | 1A | 3C | 84 | 14 | 22 |
| Octal | 105 | 147 | 114 | 41 | 0 | 32 | 74 | 204 | 24 | 42 |
| Binary | 1000101 | 1100111 | 1001100 | 100001 | 0 | 11010 | 111100 | 10000100 | 10100 | 100010 |
Color Harmonies of #45674C
Complementary color
Monochromatic Colors of #45674C
Black with #45674C
Text Example
Text Example
White with #45674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45674C; }
p { color: rgb(69,103,76); }
H1.HeaderClassName
{
color: #45674C;
}
.AnyTagClassName
{
color: #45674C;
}
</style>
background-color css
<style>
a { background-color: #45674C; }
a { background-color: rgb(69,103,76); }
div.DivClassName
{
background-color: #45674C;
}
.BgClassName
{
background-color: #45674C;
}
</style>
border-color css
<style>
span { border-color: #45674C; }
span { border-color: rgb(69,103,76); }
td.TdClassName
{
border-color: #45674C;
}
.TagClassName
{
border-color: #45674C;
}
</style>