Shades of Myrtle #073508
Tints of Myrtle #073508
RGB
CMYK
RGB Variations
Color information
#073508 (or 0x073508) is known color: Myrtle. HEX triplet: 07, 35 and 08. RGB value is (7,53,8). Sum of RGB (Red+Green+Blue) = 7+53+8=68 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.29% from 68); Green value is 53 (21.09% from 255 or 77.94% from 68); Blue value is 8 (3.52% from 255 or 11.76% from 68); Max value from RGB is 53 - color contains mainly: green. Hex color #073508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073508 is #F8CAF7. Grayscale: #222222. Windows color (decimal): -16304888 or 537863. OLE color: 537863.
HSL color Cylindrical-coordinate representation of color #073508: hue angle of 121.3º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073508 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 7 | 53 | 8 | - |
| CMYK | 0.87 | 0 | 0.85 | 0.79 |
| HSL | 121.3º | 0.77% | 0.12% | - |
| HSV(B) | 121.3º | 0.87% | 0.21% | - |
| XYZ | 1.4 | 2.61 | 0.66 | - |
| YUV | 34.12 | 113.26 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 53 | 8 | 0.87 | 0 | 0.85 | 0.79 | 121.3 | 0.77 | 0.12 |
| Hex | 7 | 35 | 8 | 57 | 0 | 55 | 4F | 79 | 4D | C |
| Octal | 7 | 65 | 10 | 127 | 0 | 125 | 117 | 171 | 115 | 14 |
| Binary | 111 | 110101 | 1000 | 1010111 | 0 | 1010101 | 1001111 | 1111001 | 1001101 | 1100 |
Color Harmonies of #073508
Complementary color
Monochromatic Colors of #073508
Black with #073508
Text Example
Text Example
White with #073508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073508; }
p { color: rgb(7,53,8); }
H1.HeaderClassName
{
color: #073508;
}
.AnyTagClassName
{
color: #073508;
}
</style>
background-color css
<style>
a { background-color: #073508; }
a { background-color: rgb(7,53,8); }
div.DivClassName
{
background-color: #073508;
}
.BgClassName
{
background-color: #073508;
}
</style>
border-color css
<style>
span { border-color: #073508; }
span { border-color: rgb(7,53,8); }
td.TdClassName
{
border-color: #073508;
}
.TagClassName
{
border-color: #073508;
}
</style>