Shades of Myrtle #07550B
Tints of Myrtle #07550B
RGB
CMYK
RGB Variations
Color information
#07550B (or 0x07550B) is known color: Myrtle. HEX triplet: 07, 55 and 0B. RGB value is (7,85,11). Sum of RGB (Red+Green+Blue) = 7+85+11=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 85 (33.59% from 255 or 82.52% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 85 - color contains mainly: green. Hex color #07550B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07550B is #F8AAF4. Grayscale: #353535. Windows color (decimal): -16296693 or 742663. OLE color: 742663.
HSL color Cylindrical-coordinate representation of color #07550B: hue angle of 123.08º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07550B is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 85 | 11 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.67 |
| HSL | 123.08º | 0.85% | 0.18% | - |
| HSV(B) | 123.08º | 0.92% | 0.33% | - |
| XYZ | 3.4 | 6.57 | 1.41 | - |
| YUV | 53.24 | 104.16 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 85 | 11 | 0.92 | 0 | 0.87 | 0.67 | 123.08 | 0.85 | 0.18 |
| Hex | 7 | 55 | B | 5C | 0 | 57 | 43 | 7B | 55 | 12 |
| Octal | 7 | 125 | 13 | 134 | 0 | 127 | 103 | 173 | 125 | 22 |
| Binary | 111 | 1010101 | 1011 | 1011100 | 0 | 1010111 | 1000011 | 1111011 | 1010101 | 10010 |
Color Harmonies of #07550B
Complementary color
Monochromatic Colors of #07550B
Black with #07550B
Text Example
Text Example
White with #07550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07550B; }
p { color: rgb(7,85,11); }
H1.HeaderClassName
{
color: #07550B;
}
.AnyTagClassName
{
color: #07550B;
}
</style>
background-color css
<style>
a { background-color: #07550B; }
a { background-color: rgb(7,85,11); }
div.DivClassName
{
background-color: #07550B;
}
.BgClassName
{
background-color: #07550B;
}
</style>
border-color css
<style>
span { border-color: #07550B; }
span { border-color: rgb(7,85,11); }
td.TdClassName
{
border-color: #07550B;
}
.TagClassName
{
border-color: #07550B;
}
</style>