Shades of Myrtle #072708
Tints of Myrtle #072708
RGB
CMYK
RGB Variations
Color information
#072708 (or 0x072708) is known color: Myrtle. HEX triplet: 07, 27 and 08. RGB value is (7,39,8). Sum of RGB (Red+Green+Blue) = 7+39+8=54 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.96% from 54); Green value is 39 (15.62% from 255 or 72.22% from 54); Blue value is 8 (3.52% from 255 or 14.81% from 54); Max value from RGB is 39 - color contains mainly: green. Hex color #072708 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072708 is #F8D8F7. Grayscale: #191919. Windows color (decimal): -16308472 or 534279. OLE color: 534279.
HSL color Cylindrical-coordinate representation of color #072708: hue angle of 121.88º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #072708 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 39 | 8 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.85 |
| HSL | 121.88º | 0.7% | 0.09% | - |
| HSV(B) | 121.88º | 0.82% | 0.15% | - |
| XYZ | 0.86 | 1.51 | 0.48 | - |
| YUV | 25.9 | 117.9 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 39 | 8 | 0.82 | 0 | 0.79 | 0.85 | 121.88 | 0.7 | 0.09 |
| Hex | 7 | 27 | 8 | 52 | 0 | 4F | 55 | 7A | 46 | 9 |
| Octal | 7 | 47 | 10 | 122 | 0 | 117 | 125 | 172 | 106 | 11 |
| Binary | 111 | 100111 | 1000 | 1010010 | 0 | 1001111 | 1010101 | 1111010 | 1000110 | 1001 |
Color Harmonies of #072708
Complementary color
Monochromatic Colors of #072708
Black with #072708
Text Example
Text Example
White with #072708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072708; }
p { color: rgb(7,39,8); }
H1.HeaderClassName
{
color: #072708;
}
.AnyTagClassName
{
color: #072708;
}
</style>
background-color css
<style>
a { background-color: #072708; }
a { background-color: rgb(7,39,8); }
div.DivClassName
{
background-color: #072708;
}
.BgClassName
{
background-color: #072708;
}
</style>
border-color css
<style>
span { border-color: #072708; }
span { border-color: rgb(7,39,8); }
td.TdClassName
{
border-color: #072708;
}
.TagClassName
{
border-color: #072708;
}
</style>