Shades of Myrtle #07480B
Tints of Myrtle #07480B
RGB
CMYK
RGB Variations
Color information
#07480B (or 0x07480B) is known color: Myrtle. HEX triplet: 07, 48 and 0B. RGB value is (7,72,11). Sum of RGB (Red+Green+Blue) = 7+72+11=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 72 (28.52% from 255 or 80% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 72 - color contains mainly: green. Hex color #07480B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07480B is #F8B7F4. Grayscale: #2D2D2D. Windows color (decimal): -16300021 or 739335. OLE color: 739335.
HSL color Cylindrical-coordinate representation of color #07480B: hue angle of 123.69º 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 #07480B is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 72 | 11 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.72 |
| HSL | 123.69º | 0.82% | 0.15% | - |
| HSV(B) | 123.69º | 0.9% | 0.28% | - |
| XYZ | 2.47 | 4.7 | 1.09 | - |
| YUV | 45.61 | 108.47 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 11 | 0.90 | 0 | 0.85 | 0.72 | 123.69 | 0.82 | 0.15 |
| Hex | 7 | 48 | B | 5A | 0 | 55 | 48 | 7C | 52 | F |
| Octal | 7 | 110 | 13 | 132 | 0 | 125 | 110 | 174 | 122 | 17 |
| Binary | 111 | 1001000 | 1011 | 1011010 | 0 | 1010101 | 1001000 | 1111100 | 1010010 | 1111 |
Color Harmonies of #07480B
Complementary color
Monochromatic Colors of #07480B
Black with #07480B
Text Example
Text Example
White with #07480B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07480B; }
p { color: rgb(7,72,11); }
H1.HeaderClassName
{
color: #07480B;
}
.AnyTagClassName
{
color: #07480B;
}
</style>
background-color css
<style>
a { background-color: #07480B; }
a { background-color: rgb(7,72,11); }
div.DivClassName
{
background-color: #07480B;
}
.BgClassName
{
background-color: #07480B;
}
</style>
border-color css
<style>
span { border-color: #07480B; }
span { border-color: rgb(7,72,11); }
td.TdClassName
{
border-color: #07480B;
}
.TagClassName
{
border-color: #07480B;
}
</style>