Shades of Myrtle #074908
Tints of Myrtle #074908
RGB
CMYK
RGB Variations
Color information
#074908 (or 0x074908) is known color: Myrtle. HEX triplet: 07, 49 and 08. RGB value is (7,73,8). Sum of RGB (Red+Green+Blue) = 7+73+8=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 73 (28.91% from 255 or 82.95% from 88); Blue value is 8 (3.52% from 255 or 9.09% from 88); Max value from RGB is 73 - color contains mainly: green. Hex color #074908 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074908 is #F8B6F7. Grayscale: #2E2E2E. Windows color (decimal): -16299768 or 542983. OLE color: 542983.
HSL color Cylindrical-coordinate representation of color #074908: hue angle of 120.91º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074908 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 73 | 8 | - |
| CMYK | 0.90 | 0 | 0.89 | 0.71 |
| HSL | 120.91º | 0.83% | 0.16% | - |
| HSV(B) | 120.91º | 0.9% | 0.29% | - |
| XYZ | 2.51 | 4.83 | 1.03 | - |
| YUV | 45.86 | 106.63 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 73 | 8 | 0.90 | 0 | 0.89 | 0.71 | 120.91 | 0.83 | 0.16 |
| Hex | 7 | 49 | 8 | 5A | 0 | 59 | 47 | 79 | 52 | 10 |
| Octal | 7 | 111 | 10 | 132 | 0 | 131 | 107 | 171 | 122 | 20 |
| Binary | 111 | 1001001 | 1000 | 1011010 | 0 | 1011001 | 1000111 | 1111001 | 1010010 | 10000 |
Color Harmonies of #074908
Complementary color
Monochromatic Colors of #074908
Black with #074908
Text Example
Text Example
White with #074908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074908; }
p { color: rgb(7,73,8); }
H1.HeaderClassName
{
color: #074908;
}
.AnyTagClassName
{
color: #074908;
}
</style>
background-color css
<style>
a { background-color: #074908; }
a { background-color: rgb(7,73,8); }
div.DivClassName
{
background-color: #074908;
}
.BgClassName
{
background-color: #074908;
}
</style>
border-color css
<style>
span { border-color: #074908; }
span { border-color: rgb(7,73,8); }
td.TdClassName
{
border-color: #074908;
}
.TagClassName
{
border-color: #074908;
}
</style>