Shades of Myrtle #072808
Tints of Myrtle #072808
RGB
CMYK
RGB Variations
Color information
#072808 (or 0x072808) is known color: Myrtle. HEX triplet: 07, 28 and 08. RGB value is (7,40,8). Sum of RGB (Red+Green+Blue) = 7+40+8=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 40 (16.02% from 255 or 72.73% from 55); Blue value is 8 (3.52% from 255 or 14.55% from 55); Max value from RGB is 40 - color contains mainly: green. Hex color #072808 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072808 is #F8D7F7. Grayscale: #1A1A1A. Windows color (decimal): -16308216 or 534535. OLE color: 534535.
HSL color Cylindrical-coordinate representation of color #072808: hue angle of 121.82º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #072808 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 7 | 40 | 8 | - |
| CMYK | 0.83 | 0 | 0.80 | 0.84 |
| HSL | 121.82º | 0.7% | 0.09% | - |
| HSV(B) | 121.82º | 0.83% | 0.16% | - |
| XYZ | 0.89 | 1.58 | 0.49 | - |
| YUV | 26.49 | 117.57 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 8 | 0.83 | 0 | 0.80 | 0.84 | 121.82 | 0.7 | 0.09 |
| Hex | 7 | 28 | 8 | 53 | 0 | 50 | 54 | 7A | 46 | 9 |
| Octal | 7 | 50 | 10 | 123 | 0 | 120 | 124 | 172 | 106 | 11 |
| Binary | 111 | 101000 | 1000 | 1010011 | 0 | 1010000 | 1010100 | 1111010 | 1000110 | 1001 |
Color Harmonies of #072808
Complementary color
Monochromatic Colors of #072808
Black with #072808
Text Example
Text Example
White with #072808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072808; }
p { color: rgb(7,40,8); }
H1.HeaderClassName
{
color: #072808;
}
.AnyTagClassName
{
color: #072808;
}
</style>
background-color css
<style>
a { background-color: #072808; }
a { background-color: rgb(7,40,8); }
div.DivClassName
{
background-color: #072808;
}
.BgClassName
{
background-color: #072808;
}
</style>
border-color css
<style>
span { border-color: #072808; }
span { border-color: rgb(7,40,8); }
td.TdClassName
{
border-color: #072808;
}
.TagClassName
{
border-color: #072808;
}
</style>