Shades of Myrtle #072202
Tints of Myrtle #072202
RGB
CMYK
RGB Variations
Color information
#072202 (or 0x072202) is known color: Myrtle. HEX triplet: 07, 22 and 02. RGB value is (7,34,2). Sum of RGB (Red+Green+Blue) = 7+34+2=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 34 (13.67% from 255 or 79.07% from 43); Blue value is 2 (1.17% from 255 or 4.65% from 43); Max value from RGB is 34 - color contains mainly: green. Hex color #072202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072202 is #F8DDFD. Grayscale: #161616. Windows color (decimal): -16309758 or 139783. OLE color: 139783.
HSL color Cylindrical-coordinate representation of color #072202: hue angle of 110.62º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072202 is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 7 | 34 | 2 | - |
| CMYK | 0.79 | 0 | 0.94 | 0.87 |
| HSL | 110.63º | 0.89% | 0.07% | - |
| HSV(B) | 110.63º | 0.94% | 0.13% | - |
| XYZ | 0.67 | 1.19 | 0.25 | - |
| YUV | 22.28 | 116.55 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 34 | 2 | 0.79 | 0 | 0.94 | 0.87 | 110.63 | 0.89 | 0.07 |
| Hex | 7 | 22 | 2 | 4F | 0 | 5E | 57 | 6F | 59 | 7 |
| Octal | 7 | 42 | 2 | 117 | 0 | 136 | 127 | 157 | 131 | 7 |
| Binary | 111 | 100010 | 10 | 1001111 | 0 | 1011110 | 1010111 | 1101111 | 1011001 | 111 |
Color Harmonies of #072202
Complementary color
Monochromatic Colors of #072202
Black with #072202
Text Example
Text Example
White with #072202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072202; }
p { color: rgb(7,34,2); }
H1.HeaderClassName
{
color: #072202;
}
.AnyTagClassName
{
color: #072202;
}
</style>
background-color css
<style>
a { background-color: #072202; }
a { background-color: rgb(7,34,2); }
div.DivClassName
{
background-color: #072202;
}
.BgClassName
{
background-color: #072202;
}
</style>
border-color css
<style>
span { border-color: #072202; }
span { border-color: rgb(7,34,2); }
td.TdClassName
{
border-color: #072202;
}
.TagClassName
{
border-color: #072202;
}
</style>