Shades of Myrtle #07460A
Tints of Myrtle #07460A
RGB
CMYK
RGB Variations
Color information
#07460A (or 0x07460A) is known color: Myrtle. HEX triplet: 07, 46 and 0A. RGB value is (7,70,10). Sum of RGB (Red+Green+Blue) = 7+70+10=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 70 (27.73% from 255 or 80.46% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 70 - color contains mainly: green. Hex color #07460A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07460A is #F8B9F5. Grayscale: #2C2C2C. Windows color (decimal): -16300534 or 673287. OLE color: 673287.
HSL color Cylindrical-coordinate representation of color #07460A: hue angle of 122.86º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07460A is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 70 | 10 | - |
| CMYK | 0.90 | 0 | 0.86 | 0.73 |
| HSL | 122.86º | 0.82% | 0.15% | - |
| HSV(B) | 122.86º | 0.9% | 0.27% | - |
| XYZ | 2.33 | 4.45 | 1.02 | - |
| YUV | 44.32 | 108.63 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 70 | 10 | 0.90 | 0 | 0.86 | 0.73 | 122.86 | 0.82 | 0.15 |
| Hex | 7 | 46 | A | 5A | 0 | 56 | 49 | 7B | 52 | F |
| Octal | 7 | 106 | 12 | 132 | 0 | 126 | 111 | 173 | 122 | 17 |
| Binary | 111 | 1000110 | 1010 | 1011010 | 0 | 1010110 | 1001001 | 1111011 | 1010010 | 1111 |
Color Harmonies of #07460A
Complementary color
Monochromatic Colors of #07460A
Black with #07460A
Text Example
Text Example
White with #07460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07460A; }
p { color: rgb(7,70,10); }
H1.HeaderClassName
{
color: #07460A;
}
.AnyTagClassName
{
color: #07460A;
}
</style>
background-color css
<style>
a { background-color: #07460A; }
a { background-color: rgb(7,70,10); }
div.DivClassName
{
background-color: #07460A;
}
.BgClassName
{
background-color: #07460A;
}
</style>
border-color css
<style>
span { border-color: #07460A; }
span { border-color: rgb(7,70,10); }
td.TdClassName
{
border-color: #07460A;
}
.TagClassName
{
border-color: #07460A;
}
</style>