Shades of Myrtle #071902
Tints of Myrtle #071902
RGB
CMYK
RGB Variations
Color information
#071902 (or 0x071902) is known color: Myrtle. HEX triplet: 07, 19 and 02. RGB value is (7,25,2). Sum of RGB (Red+Green+Blue) = 7+25+2=34 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20.59% from 34); Green value is 25 (10.16% from 255 or 73.53% from 34); Blue value is 2 (1.17% from 255 or 5.88% from 34); Max value from RGB is 25 - color contains mainly: green. Hex color #071902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071902 is #F8E6FD. Grayscale: #111111. Windows color (decimal): -16312062 or 137479. OLE color: 137479.
HSL color Cylindrical-coordinate representation of color #071902: hue angle of 106.96º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071902 is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 7 | 25 | 2 | - |
| CMYK | 0.72 | 0 | 0.92 | 0.90 |
| HSL | 106.96º | 0.85% | 0.05% | - |
| HSV(B) | 106.96º | 0.92% | 0.1% | - |
| XYZ | 0.45 | 0.74 | 0.18 | - |
| YUV | 17 | 119.54 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 2 | 0.72 | 0 | 0.92 | 0.90 | 106.96 | 0.85 | 0.05 |
| Hex | 7 | 19 | 2 | 48 | 0 | 5C | 5A | 6B | 55 | 5 |
| Octal | 7 | 31 | 2 | 110 | 0 | 134 | 132 | 153 | 125 | 5 |
| Binary | 111 | 11001 | 10 | 1001000 | 0 | 1011100 | 1011010 | 1101011 | 1010101 | 101 |
Color Harmonies of #071902
Complementary color
Monochromatic Colors of #071902
Black with #071902
Text Example
Text Example
White with #071902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071902; }
p { color: rgb(7,25,2); }
H1.HeaderClassName
{
color: #071902;
}
.AnyTagClassName
{
color: #071902;
}
</style>
background-color css
<style>
a { background-color: #071902; }
a { background-color: rgb(7,25,2); }
div.DivClassName
{
background-color: #071902;
}
.BgClassName
{
background-color: #071902;
}
</style>
border-color css
<style>
span { border-color: #071902; }
span { border-color: rgb(7,25,2); }
td.TdClassName
{
border-color: #071902;
}
.TagClassName
{
border-color: #071902;
}
</style>