Shades of Myrtle #072801
Tints of Myrtle #072801
RGB
CMYK
RGB Variations
Color information
#072801 (or 0x072801) is known color: Myrtle. HEX triplet: 07, 28 and 01. RGB value is (7,40,1). Sum of RGB (Red+Green+Blue) = 7+40+1=48 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.58% from 48); Green value is 40 (16.02% from 255 or 83.33% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 40 - color contains mainly: green. Hex color #072801 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072801 is #F8D7FE. Grayscale: #191919. Windows color (decimal): -16308223 or 75783. OLE color: 75783.
HSL color Cylindrical-coordinate representation of color #072801: hue angle of 110.77º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #072801 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 7 | 40 | 1 | - |
| CMYK | 0.83 | 0 | 0.98 | 0.84 |
| HSL | 110.77º | 0.95% | 0.08% | - |
| HSV(B) | 110.77º | 0.98% | 0.16% | - |
| XYZ | 0.85 | 1.56 | 0.29 | - |
| YUV | 25.69 | 114.07 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 1 | 0.83 | 0 | 0.98 | 0.84 | 110.77 | 0.95 | 0.08 |
| Hex | 7 | 28 | 1 | 53 | 0 | 62 | 54 | 6F | 5F | 8 |
| Octal | 7 | 50 | 1 | 123 | 0 | 142 | 124 | 157 | 137 | 10 |
| Binary | 111 | 101000 | 1 | 1010011 | 0 | 1100010 | 1010100 | 1101111 | 1011111 | 1000 |
Color Harmonies of #072801
Complementary color
Monochromatic Colors of #072801
Black with #072801
Text Example
Text Example
White with #072801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072801; }
p { color: rgb(7,40,1); }
H1.HeaderClassName
{
color: #072801;
}
.AnyTagClassName
{
color: #072801;
}
</style>
background-color css
<style>
a { background-color: #072801; }
a { background-color: rgb(7,40,1); }
div.DivClassName
{
background-color: #072801;
}
.BgClassName
{
background-color: #072801;
}
</style>
border-color css
<style>
span { border-color: #072801; }
span { border-color: rgb(7,40,1); }
td.TdClassName
{
border-color: #072801;
}
.TagClassName
{
border-color: #072801;
}
</style>