Shades of Myrtle #07470E
Tints of Myrtle #07470E
RGB
CMYK
RGB Variations
Color information
#07470E (or 0x07470E) is known color: Myrtle. HEX triplet: 07, 47 and 0E. RGB value is (7,71,14). Sum of RGB (Red+Green+Blue) = 7+71+14=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 71 (28.12% from 255 or 77.17% from 92); Blue value is 14 (5.86% from 255 or 15.22% from 92); Max value from RGB is 71 - color contains mainly: green. Hex color #07470E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07470E is #F8B8F1. Grayscale: #2D2D2D. Windows color (decimal): -16300274 or 935687. OLE color: 935687.
HSL color Cylindrical-coordinate representation of color #07470E: hue angle of 126.56º 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 #07470E is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 71 | 14 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.72 |
| HSL | 126.56º | 0.82% | 0.15% | - |
| HSV(B) | 126.56º | 0.9% | 0.28% | - |
| XYZ | 2.42 | 4.58 | 1.17 | - |
| YUV | 45.37 | 110.3 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 71 | 14 | 0.90 | 0 | 0.80 | 0.72 | 126.56 | 0.82 | 0.15 |
| Hex | 7 | 47 | E | 5A | 0 | 50 | 48 | 7F | 52 | F |
| Octal | 7 | 107 | 16 | 132 | 0 | 120 | 110 | 177 | 122 | 17 |
| Binary | 111 | 1000111 | 1110 | 1011010 | 0 | 1010000 | 1001000 | 1111111 | 1010010 | 1111 |
Color Harmonies of #07470E
Complementary color
Monochromatic Colors of #07470E
Black with #07470E
Text Example
Text Example
White with #07470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07470E; }
p { color: rgb(7,71,14); }
H1.HeaderClassName
{
color: #07470E;
}
.AnyTagClassName
{
color: #07470E;
}
</style>
background-color css
<style>
a { background-color: #07470E; }
a { background-color: rgb(7,71,14); }
div.DivClassName
{
background-color: #07470E;
}
.BgClassName
{
background-color: #07470E;
}
</style>
border-color css
<style>
span { border-color: #07470E; }
span { border-color: rgb(7,71,14); }
td.TdClassName
{
border-color: #07470E;
}
.TagClassName
{
border-color: #07470E;
}
</style>