Shades of Myrtle #07560B
Tints of Myrtle #07560B
RGB
CMYK
RGB Variations
Color information
#07560B (or 0x07560B) is known color: Myrtle. HEX triplet: 07, 56 and 0B. RGB value is (7,86,11). Sum of RGB (Red+Green+Blue) = 7+86+11=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 86 (33.98% from 255 or 82.69% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 86 - color contains mainly: green. Hex color #07560B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07560B is #F8A9F4. Grayscale: #363636. Windows color (decimal): -16296437 or 742919. OLE color: 742919.
HSL color Cylindrical-coordinate representation of color #07560B: hue angle of 123.04º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07560B is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 86 | 11 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.66 |
| HSL | 123.04º | 0.85% | 0.18% | - |
| HSV(B) | 123.04º | 0.92% | 0.34% | - |
| XYZ | 3.48 | 6.72 | 1.43 | - |
| YUV | 53.83 | 103.83 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 86 | 11 | 0.92 | 0 | 0.87 | 0.66 | 123.04 | 0.85 | 0.18 |
| Hex | 7 | 56 | B | 5C | 0 | 57 | 42 | 7B | 55 | 12 |
| Octal | 7 | 126 | 13 | 134 | 0 | 127 | 102 | 173 | 125 | 22 |
| Binary | 111 | 1010110 | 1011 | 1011100 | 0 | 1010111 | 1000010 | 1111011 | 1010101 | 10010 |
Color Harmonies of #07560B
Complementary color
Monochromatic Colors of #07560B
Black with #07560B
Text Example
Text Example
White with #07560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07560B; }
p { color: rgb(7,86,11); }
H1.HeaderClassName
{
color: #07560B;
}
.AnyTagClassName
{
color: #07560B;
}
</style>
background-color css
<style>
a { background-color: #07560B; }
a { background-color: rgb(7,86,11); }
div.DivClassName
{
background-color: #07560B;
}
.BgClassName
{
background-color: #07560B;
}
</style>
border-color css
<style>
span { border-color: #07560B; }
span { border-color: rgb(7,86,11); }
td.TdClassName
{
border-color: #07560B;
}
.TagClassName
{
border-color: #07560B;
}
</style>