Shades of Myrtle #074A08
Tints of Myrtle #074A08
RGB
CMYK
RGB Variations
Color information
#074A08 (or 0x074A08) is known color: Myrtle. HEX triplet: 07, 4A and 08. RGB value is (7,74,8). Sum of RGB (Red+Green+Blue) = 7+74+8=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 74 (29.30% from 255 or 83.15% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 74 - color contains mainly: green. Hex color #074A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074A08 is #F8B5F7. Grayscale: #2E2E2E. Windows color (decimal): -16299512 or 543239. OLE color: 543239.
HSL color Cylindrical-coordinate representation of color #074A08: hue angle of 120.9º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074A08 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 74 | 8 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.71 |
| HSL | 120.9º | 0.83% | 0.16% | - |
| HSV(B) | 120.9º | 0.91% | 0.29% | - |
| XYZ | 2.58 | 4.96 | 1.05 | - |
| YUV | 46.44 | 106.3 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 8 | 0.91 | 0 | 0.89 | 0.71 | 120.9 | 0.83 | 0.16 |
| Hex | 7 | 4A | 8 | 5B | 0 | 59 | 47 | 79 | 53 | 10 |
| Octal | 7 | 112 | 10 | 133 | 0 | 131 | 107 | 171 | 123 | 20 |
| Binary | 111 | 1001010 | 1000 | 1011011 | 0 | 1011001 | 1000111 | 1111001 | 1010011 | 10000 |
Color Harmonies of #074A08
Complementary color
Monochromatic Colors of #074A08
Black with #074A08
Text Example
Text Example
White with #074A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A08; }
p { color: rgb(7,74,8); }
H1.HeaderClassName
{
color: #074A08;
}
.AnyTagClassName
{
color: #074A08;
}
</style>
background-color css
<style>
a { background-color: #074A08; }
a { background-color: rgb(7,74,8); }
div.DivClassName
{
background-color: #074A08;
}
.BgClassName
{
background-color: #074A08;
}
</style>
border-color css
<style>
span { border-color: #074A08; }
span { border-color: rgb(7,74,8); }
td.TdClassName
{
border-color: #074A08;
}
.TagClassName
{
border-color: #074A08;
}
</style>