Shades of Myrtle #07470D
Tints of Myrtle #07470D
RGB
CMYK
RGB Variations
Color information
#07470D (or 0x07470D) is known color: Myrtle. HEX triplet: 07, 47 and 0D. RGB value is (7,71,13). Sum of RGB (Red+Green+Blue) = 7+71+13=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 71 (28.12% from 255 or 78.02% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 71 - color contains mainly: green. Hex color #07470D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07470D is #F8B8F2. Grayscale: #2D2D2D. Windows color (decimal): -16300275 or 870151. OLE color: 870151.
HSL color Cylindrical-coordinate representation of color #07470D: hue angle of 125.62º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07470D is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 71 | 13 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.72 |
| HSL | 125.63º | 0.82% | 0.15% | - |
| HSV(B) | 125.63º | 0.9% | 0.28% | - |
| XYZ | 2.41 | 4.58 | 1.14 | - |
| YUV | 45.25 | 109.8 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 71 | 13 | 0.90 | 0 | 0.82 | 0.72 | 125.63 | 0.82 | 0.15 |
| Hex | 7 | 47 | D | 5A | 0 | 52 | 48 | 7E | 52 | F |
| Octal | 7 | 107 | 15 | 132 | 0 | 122 | 110 | 176 | 122 | 17 |
| Binary | 111 | 1000111 | 1101 | 1011010 | 0 | 1010010 | 1001000 | 1111110 | 1010010 | 1111 |
Color Harmonies of #07470D
Complementary color
Monochromatic Colors of #07470D
Black with #07470D
Text Example
Text Example
White with #07470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07470D; }
p { color: rgb(7,71,13); }
H1.HeaderClassName
{
color: #07470D;
}
.AnyTagClassName
{
color: #07470D;
}
</style>
background-color css
<style>
a { background-color: #07470D; }
a { background-color: rgb(7,71,13); }
div.DivClassName
{
background-color: #07470D;
}
.BgClassName
{
background-color: #07470D;
}
</style>
border-color css
<style>
span { border-color: #07470D; }
span { border-color: rgb(7,71,13); }
td.TdClassName
{
border-color: #07470D;
}
.TagClassName
{
border-color: #07470D;
}
</style>