Shades of Myrtle #073905
Tints of Myrtle #073905
RGB
CMYK
RGB Variations
Color information
#073905 (or 0x073905) is known color: Myrtle. HEX triplet: 07, 39 and 05. RGB value is (7,57,5). Sum of RGB (Red+Green+Blue) = 7+57+5=69 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.14% from 69); Green value is 57 (22.66% from 255 or 82.61% from 69); Blue value is 5 (2.34% from 255 or 7.25% from 69); Max value from RGB is 57 - color contains mainly: green. Hex color #073905 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073905 is #F8C6FA. Grayscale: #242424. Windows color (decimal): -16303867 or 342279. OLE color: 342279.
HSL color Cylindrical-coordinate representation of color #073905: hue angle of 117.69º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #073905 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 57 | 5 | - |
| CMYK | 0.88 | 0 | 0.91 | 0.78 |
| HSL | 117.69º | 0.84% | 0.12% | - |
| HSV(B) | 117.69º | 0.91% | 0.22% | - |
| XYZ | 1.58 | 2.98 | 0.64 | - |
| YUV | 36.12 | 110.44 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 57 | 5 | 0.88 | 0 | 0.91 | 0.78 | 117.69 | 0.84 | 0.12 |
| Hex | 7 | 39 | 5 | 58 | 0 | 5B | 4E | 76 | 54 | C |
| Octal | 7 | 71 | 5 | 130 | 0 | 133 | 116 | 166 | 124 | 14 |
| Binary | 111 | 111001 | 101 | 1011000 | 0 | 1011011 | 1001110 | 1110110 | 1010100 | 1100 |
Color Harmonies of #073905
Complementary color
Monochromatic Colors of #073905
Black with #073905
Text Example
Text Example
White with #073905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073905; }
p { color: rgb(7,57,5); }
H1.HeaderClassName
{
color: #073905;
}
.AnyTagClassName
{
color: #073905;
}
</style>
background-color css
<style>
a { background-color: #073905; }
a { background-color: rgb(7,57,5); }
div.DivClassName
{
background-color: #073905;
}
.BgClassName
{
background-color: #073905;
}
</style>
border-color css
<style>
span { border-color: #073905; }
span { border-color: rgb(7,57,5); }
td.TdClassName
{
border-color: #073905;
}
.TagClassName
{
border-color: #073905;
}
</style>