Shades of Mineral Green #456750
Tints of Mineral Green #456750
RGB
CMYK
RGB Variations
Color information
#456750 (or 0x456750) is known color: Mineral Green. HEX triplet: 45, 67 and 50. RGB value is (69,103,80). Sum of RGB (Red+Green+Blue) = 69+103+80=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 103 - color contains mainly: green. Hex color #456750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456750 is #BA98AF. Grayscale: #5A5A5A. Windows color (decimal): -12228784 or 5269317. OLE color: 5269317.
HSL color Cylindrical-coordinate representation of color #456750: hue angle of 139.41º 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 #456750 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 103 | 80 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.60 |
| HSL | 139.41º | 0.2% | 0.34% | - |
| HSV(B) | 139.41º | 0.33% | 0.4% | - |
| XYZ | 8.75 | 11.54 | 9.36 | - |
| YUV | 90.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 103 | 80 | 0.33 | 0 | 0.22 | 0.60 | 139.41 | 0.2 | 0.34 |
| Hex | 45 | 67 | 50 | 21 | 0 | 16 | 3C | 8B | 14 | 22 |
| Octal | 105 | 147 | 120 | 41 | 0 | 26 | 74 | 213 | 24 | 42 |
| Binary | 1000101 | 1100111 | 1010000 | 100001 | 0 | 10110 | 111100 | 10001011 | 10100 | 100010 |
Color Harmonies of #456750
Complementary color
Monochromatic Colors of #456750
Black with #456750
Text Example
Text Example
White with #456750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456750; }
p { color: rgb(69,103,80); }
H1.HeaderClassName
{
color: #456750;
}
.AnyTagClassName
{
color: #456750;
}
</style>
background-color css
<style>
a { background-color: #456750; }
a { background-color: rgb(69,103,80); }
div.DivClassName
{
background-color: #456750;
}
.BgClassName
{
background-color: #456750;
}
</style>
border-color css
<style>
span { border-color: #456750; }
span { border-color: rgb(69,103,80); }
td.TdClassName
{
border-color: #456750;
}
.TagClassName
{
border-color: #456750;
}
</style>