Shades of Myrtle #07480C
Tints of Myrtle #07480C
RGB
CMYK
RGB Variations
Color information
#07480C (or 0x07480C) is known color: Myrtle. HEX triplet: 07, 48 and 0C. RGB value is (7,72,12). Sum of RGB (Red+Green+Blue) = 7+72+12=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 72 (28.52% from 255 or 79.12% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 72 - color contains mainly: green. Hex color #07480C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07480C is #F8B7F3. Grayscale: #2D2D2D. Windows color (decimal): -16300020 or 804871. OLE color: 804871.
HSL color Cylindrical-coordinate representation of color #07480C: hue angle of 124.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 #07480C is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 72 | 12 | - |
| CMYK | 0.90 | 0 | 0.83 | 0.72 |
| HSL | 124.62º | 0.82% | 0.15% | - |
| HSV(B) | 124.62º | 0.9% | 0.28% | - |
| XYZ | 2.47 | 4.71 | 1.13 | - |
| YUV | 45.73 | 108.97 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 12 | 0.90 | 0 | 0.83 | 0.72 | 124.62 | 0.82 | 0.15 |
| Hex | 7 | 48 | C | 5A | 0 | 53 | 48 | 7D | 52 | F |
| Octal | 7 | 110 | 14 | 132 | 0 | 123 | 110 | 175 | 122 | 17 |
| Binary | 111 | 1001000 | 1100 | 1011010 | 0 | 1010011 | 1001000 | 1111101 | 1010010 | 1111 |
Color Harmonies of #07480C
Complementary color
Monochromatic Colors of #07480C
Black with #07480C
Text Example
Text Example
White with #07480C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07480C; }
p { color: rgb(7,72,12); }
H1.HeaderClassName
{
color: #07480C;
}
.AnyTagClassName
{
color: #07480C;
}
</style>
background-color css
<style>
a { background-color: #07480C; }
a { background-color: rgb(7,72,12); }
div.DivClassName
{
background-color: #07480C;
}
.BgClassName
{
background-color: #07480C;
}
</style>
border-color css
<style>
span { border-color: #07480C; }
span { border-color: rgb(7,72,12); }
td.TdClassName
{
border-color: #07480C;
}
.TagClassName
{
border-color: #07480C;
}
</style>