Shades of Myrtle #072802
Tints of Myrtle #072802
RGB
CMYK
RGB Variations
Color information
#072802 (or 0x072802) is known color: Myrtle. HEX triplet: 07, 28 and 02. RGB value is (7,40,2). Sum of RGB (Red+Green+Blue) = 7+40+2=49 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.29% from 49); Green value is 40 (16.02% from 255 or 81.63% from 49); Blue value is 2 (1.17% from 255 or 4.08% from 49); Max value from RGB is 40 - color contains mainly: green. Hex color #072802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072802 is #F8D7FD. Grayscale: #191919. Windows color (decimal): -16308222 or 141319. OLE color: 141319.
HSL color Cylindrical-coordinate representation of color #072802: hue angle of 112.11º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072802 is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 7 | 40 | 2 | - |
| CMYK | 0.83 | 0 | 0.95 | 0.84 |
| HSL | 112.11º | 0.9% | 0.08% | - |
| HSV(B) | 112.11º | 0.95% | 0.16% | - |
| XYZ | 0.86 | 1.57 | 0.31 | - |
| YUV | 25.8 | 114.57 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 2 | 0.83 | 0 | 0.95 | 0.84 | 112.11 | 0.9 | 0.08 |
| Hex | 7 | 28 | 2 | 53 | 0 | 5F | 54 | 70 | 5A | 8 |
| Octal | 7 | 50 | 2 | 123 | 0 | 137 | 124 | 160 | 132 | 10 |
| Binary | 111 | 101000 | 10 | 1010011 | 0 | 1011111 | 1010100 | 1110000 | 1011010 | 1000 |
Color Harmonies of #072802
Complementary color
Monochromatic Colors of #072802
Black with #072802
Text Example
Text Example
White with #072802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072802; }
p { color: rgb(7,40,2); }
H1.HeaderClassName
{
color: #072802;
}
.AnyTagClassName
{
color: #072802;
}
</style>
background-color css
<style>
a { background-color: #072802; }
a { background-color: rgb(7,40,2); }
div.DivClassName
{
background-color: #072802;
}
.BgClassName
{
background-color: #072802;
}
</style>
border-color css
<style>
span { border-color: #072802; }
span { border-color: rgb(7,40,2); }
td.TdClassName
{
border-color: #072802;
}
.TagClassName
{
border-color: #072802;
}
</style>