Shades of Myrtle #072700
Tints of Myrtle #072700
RGB
CMYK
RGB Variations
Color information
#072700 (or 0x072700) is known color: Myrtle. HEX triplet: 07, 27 and 00. RGB value is (7,39,0). Sum of RGB (Red+Green+Blue) = 7+39+0=46 (6% of max value = 765). Red value is 7 (3.12% from 255 or 15.22% from 46); Green value is 39 (15.62% from 255 or 84.78% from 46); Blue value is 0 (0.39% from 255 or 0% from 46); Max value from RGB is 39 - color contains mainly: green. Hex color #072700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072700 is #F8D8FF. Grayscale: #191919. Windows color (decimal): -16308480 or 9991. OLE color: 9991.
HSL color Cylindrical-coordinate representation of color #072700: hue angle of 109.23º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #072700 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 39 | 0 | - |
| CMYK | 0.82 | 0 | 1 | 0.85 |
| HSL | 109.23º | 1% | 0.08% | - |
| HSV(B) | 109.23º | 1% | 0.15% | - |
| XYZ | 0.81 | 1.5 | 0.25 | - |
| YUV | 24.99 | 113.9 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 39 | 0 | 0.82 | 0 | 1 | 0.85 | 109.23 | 1 | 0.08 |
| Hex | 7 | 27 | 0 | 52 | 0 | 64 | 55 | 6D | 64 | 8 |
| Octal | 7 | 47 | 0 | 122 | 0 | 144 | 125 | 155 | 144 | 10 |
| Binary | 111 | 100111 | 0 | 1010010 | 0 | 1100100 | 1010101 | 1101101 | 1100100 | 1000 |
Color Harmonies of #072700
Complementary color
Monochromatic Colors of #072700
Black with #072700
Text Example
Text Example
White with #072700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072700; }
p { color: rgb(7,39,0); }
H1.HeaderClassName
{
color: #072700;
}
.AnyTagClassName
{
color: #072700;
}
</style>
background-color css
<style>
a { background-color: #072700; }
a { background-color: rgb(7,39,0); }
div.DivClassName
{
background-color: #072700;
}
.BgClassName
{
background-color: #072700;
}
</style>
border-color css
<style>
span { border-color: #072700; }
span { border-color: rgb(7,39,0); }
td.TdClassName
{
border-color: #072700;
}
.TagClassName
{
border-color: #072700;
}
</style>