Shades of Ming #45706E
Tints of Ming #45706E
RGB
CMYK
RGB Variations
Color information
#45706E (or 0x45706E) is known color: Ming. HEX triplet: 45, 70 and 6E. RGB value is (69,112,110). Sum of RGB (Red+Green+Blue) = 69+112+110=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 112 - color contains mainly: green. Hex color #45706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45706E is #BA8F91. Grayscale: #626262. Windows color (decimal): -12226450 or 7237701. OLE color: 7237701.
HSL color Cylindrical-coordinate representation of color #45706E: hue angle of 177.21º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #45706E is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 112 | 110 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.56 |
| HSL | 177.21º | 0.24% | 0.35% | - |
| HSV(B) | 177.21º | 0.38% | 0.44% | - |
| XYZ | 11.06 | 13.98 | 16.87 | - |
| YUV | 98.92 | 134.25 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 112 | 110 | 0.38 | 0 | 0.02 | 0.56 | 177.21 | 0.24 | 0.35 |
| Hex | 45 | 70 | 6E | 26 | 0 | 2 | 38 | B1 | 18 | 23 |
| Octal | 105 | 160 | 156 | 46 | 0 | 2 | 70 | 261 | 30 | 43 |
| Binary | 1000101 | 1110000 | 1101110 | 100110 | 0 | 10 | 111000 | 10110001 | 11000 | 100011 |
Color Harmonies of #45706E
Complementary color
Monochromatic Colors of #45706E
Black with #45706E
Text Example
Text Example
White with #45706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45706E; }
p { color: rgb(69,112,110); }
H1.HeaderClassName
{
color: #45706E;
}
.AnyTagClassName
{
color: #45706E;
}
</style>
background-color css
<style>
a { background-color: #45706E; }
a { background-color: rgb(69,112,110); }
div.DivClassName
{
background-color: #45706E;
}
.BgClassName
{
background-color: #45706E;
}
</style>
border-color css
<style>
span { border-color: #45706E; }
span { border-color: rgb(69,112,110); }
td.TdClassName
{
border-color: #45706E;
}
.TagClassName
{
border-color: #45706E;
}
</style>