Shades of Myrtle #073002
Tints of Myrtle #073002
RGB
CMYK
RGB Variations
Color information
#073002 (or 0x073002) is known color: Myrtle. HEX triplet: 07, 30 and 02. RGB value is (7,48,2). Sum of RGB (Red+Green+Blue) = 7+48+2=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 48 (19.14% from 255 or 84.21% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 48 - color contains mainly: green. Hex color #073002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073002 is #F8CFFD. Grayscale: #1E1E1E. Windows color (decimal): -16306174 or 143367. OLE color: 143367.
HSL color Cylindrical-coordinate representation of color #073002: hue angle of 113.48º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073002 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 7 | 48 | 2 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.81 |
| HSL | 113.48º | 0.92% | 0.1% | - |
| HSV(B) | 113.48º | 0.96% | 0.19% | - |
| XYZ | 1.16 | 2.16 | 0.41 | - |
| YUV | 30.5 | 111.92 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 48 | 2 | 0.85 | 0 | 0.96 | 0.81 | 113.48 | 0.92 | 0.1 |
| Hex | 7 | 30 | 2 | 55 | 0 | 60 | 51 | 71 | 5C | A |
| Octal | 7 | 60 | 2 | 125 | 0 | 140 | 121 | 161 | 134 | 12 |
| Binary | 111 | 110000 | 10 | 1010101 | 0 | 1100000 | 1010001 | 1110001 | 1011100 | 1010 |
Color Harmonies of #073002
Complementary color
Monochromatic Colors of #073002
Black with #073002
Text Example
Text Example
White with #073002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073002; }
p { color: rgb(7,48,2); }
H1.HeaderClassName
{
color: #073002;
}
.AnyTagClassName
{
color: #073002;
}
</style>
background-color css
<style>
a { background-color: #073002; }
a { background-color: rgb(7,48,2); }
div.DivClassName
{
background-color: #073002;
}
.BgClassName
{
background-color: #073002;
}
</style>
border-color css
<style>
span { border-color: #073002; }
span { border-color: rgb(7,48,2); }
td.TdClassName
{
border-color: #073002;
}
.TagClassName
{
border-color: #073002;
}
</style>