Shades of Myrtle #07420B
Tints of Myrtle #07420B
RGB
CMYK
RGB Variations
Color information
#07420B (or 0x07420B) is known color: Myrtle. HEX triplet: 07, 42 and 0B. RGB value is (7,66,11). Sum of RGB (Red+Green+Blue) = 7+66+11=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 66 (26.17% from 255 or 78.57% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 66 - color contains mainly: green. Hex color #07420B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07420B is #F8BDF4. Grayscale: #2A2A2A. Windows color (decimal): -16301557 or 737799. OLE color: 737799.
HSL color Cylindrical-coordinate representation of color #07420B: hue angle of 124.07º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07420B is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 66 | 11 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.74 |
| HSL | 124.07º | 0.81% | 0.14% | - |
| HSV(B) | 124.07º | 0.89% | 0.26% | - |
| XYZ | 2.1 | 3.97 | 0.97 | - |
| YUV | 42.09 | 110.45 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 66 | 11 | 0.89 | 0 | 0.83 | 0.74 | 124.07 | 0.81 | 0.14 |
| Hex | 7 | 42 | B | 59 | 0 | 53 | 4A | 7C | 51 | E |
| Octal | 7 | 102 | 13 | 131 | 0 | 123 | 112 | 174 | 121 | 16 |
| Binary | 111 | 1000010 | 1011 | 1011001 | 0 | 1010011 | 1001010 | 1111100 | 1010001 | 1110 |
Color Harmonies of #07420B
Complementary color
Monochromatic Colors of #07420B
Black with #07420B
Text Example
Text Example
White with #07420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07420B; }
p { color: rgb(7,66,11); }
H1.HeaderClassName
{
color: #07420B;
}
.AnyTagClassName
{
color: #07420B;
}
</style>
background-color css
<style>
a { background-color: #07420B; }
a { background-color: rgb(7,66,11); }
div.DivClassName
{
background-color: #07420B;
}
.BgClassName
{
background-color: #07420B;
}
</style>
border-color css
<style>
span { border-color: #07420B; }
span { border-color: rgb(7,66,11); }
td.TdClassName
{
border-color: #07420B;
}
.TagClassName
{
border-color: #07420B;
}
</style>