Shades of Myrtle #074809
Tints of Myrtle #074809
RGB
CMYK
RGB Variations
Color information
#074809 (or 0x074809) is known color: Myrtle. HEX triplet: 07, 48 and 09. RGB value is (7,72,9). Sum of RGB (Red+Green+Blue) = 7+72+9=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 72 (28.52% from 255 or 81.82% from 88); Blue value is 9 (3.91% from 255 or 10.23% from 88); Max value from RGB is 72 - color contains mainly: green. Hex color #074809 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074809 is #F8B7F6. Grayscale: #2D2D2D. Windows color (decimal): -16300023 or 608263. OLE color: 608263.
HSL color Cylindrical-coordinate representation of color #074809: hue angle of 121.85º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074809 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 72 | 9 | - |
| CMYK | 0.90 | 0 | 0.88 | 0.72 |
| HSL | 121.85º | 0.82% | 0.15% | - |
| HSV(B) | 121.85º | 0.9% | 0.28% | - |
| XYZ | 2.45 | 4.7 | 1.04 | - |
| YUV | 45.38 | 107.47 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 9 | 0.90 | 0 | 0.88 | 0.72 | 121.85 | 0.82 | 0.15 |
| Hex | 7 | 48 | 9 | 5A | 0 | 58 | 48 | 7A | 52 | F |
| Octal | 7 | 110 | 11 | 132 | 0 | 130 | 110 | 172 | 122 | 17 |
| Binary | 111 | 1001000 | 1001 | 1011010 | 0 | 1011000 | 1001000 | 1111010 | 1010010 | 1111 |
Color Harmonies of #074809
Complementary color
Monochromatic Colors of #074809
Black with #074809
Text Example
Text Example
White with #074809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074809; }
p { color: rgb(7,72,9); }
H1.HeaderClassName
{
color: #074809;
}
.AnyTagClassName
{
color: #074809;
}
</style>
background-color css
<style>
a { background-color: #074809; }
a { background-color: rgb(7,72,9); }
div.DivClassName
{
background-color: #074809;
}
.BgClassName
{
background-color: #074809;
}
</style>
border-color css
<style>
span { border-color: #074809; }
span { border-color: rgb(7,72,9); }
td.TdClassName
{
border-color: #074809;
}
.TagClassName
{
border-color: #074809;
}
</style>