Shades of Myrtle #072705
Tints of Myrtle #072705
RGB
CMYK
RGB Variations
Color information
#072705 (or 0x072705) is known color: Myrtle. HEX triplet: 07, 27 and 05. RGB value is (7,39,5). Sum of RGB (Red+Green+Blue) = 7+39+5=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 39 (15.62% from 255 or 76.47% from 51); Blue value is 5 (2.34% from 255 or 9.80% from 51); Max value from RGB is 39 - color contains mainly: green. Hex color #072705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072705 is #F8D8FA. Grayscale: #191919. Windows color (decimal): -16308475 or 337671. OLE color: 337671.
HSL color Cylindrical-coordinate representation of color #072705: hue angle of 116.47º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #072705 is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 39 | 5 | - |
| CMYK | 0.82 | 0 | 0.87 | 0.85 |
| HSL | 116.47º | 0.77% | 0.09% | - |
| HSV(B) | 116.47º | 0.87% | 0.15% | - |
| XYZ | 0.84 | 1.51 | 0.39 | - |
| YUV | 25.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 39 | 5 | 0.82 | 0 | 0.87 | 0.85 | 116.47 | 0.77 | 0.09 |
| Hex | 7 | 27 | 5 | 52 | 0 | 57 | 55 | 74 | 4D | 9 |
| Octal | 7 | 47 | 5 | 122 | 0 | 127 | 125 | 164 | 115 | 11 |
| Binary | 111 | 100111 | 101 | 1010010 | 0 | 1010111 | 1010101 | 1110100 | 1001101 | 1001 |
Color Harmonies of #072705
Complementary color
Monochromatic Colors of #072705
Black with #072705
Text Example
Text Example
White with #072705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072705; }
p { color: rgb(7,39,5); }
H1.HeaderClassName
{
color: #072705;
}
.AnyTagClassName
{
color: #072705;
}
</style>
background-color css
<style>
a { background-color: #072705; }
a { background-color: rgb(7,39,5); }
div.DivClassName
{
background-color: #072705;
}
.BgClassName
{
background-color: #072705;
}
</style>
border-color css
<style>
span { border-color: #072705; }
span { border-color: rgb(7,39,5); }
td.TdClassName
{
border-color: #072705;
}
.TagClassName
{
border-color: #072705;
}
</style>