Shades of Myrtle #074808
Tints of Myrtle #074808
RGB
CMYK
RGB Variations
Color information
#074808 (or 0x074808) is known color: Myrtle. HEX triplet: 07, 48 and 08. RGB value is (7,72,8). Sum of RGB (Red+Green+Blue) = 7+72+8=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 72 (28.52% from 255 or 82.76% from 87); Blue value is 8 (3.52% from 255 or 9.20% from 87); Max value from RGB is 72 - color contains mainly: green. Hex color #074808 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074808 is #F8B7F7. Grayscale: #2D2D2D. Windows color (decimal): -16300024 or 542727. OLE color: 542727.
HSL color Cylindrical-coordinate representation of color #074808: hue angle of 120.92º 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 #074808 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 72 | 8 | - |
| CMYK | 0.90 | 0 | 0.89 | 0.72 |
| HSL | 120.92º | 0.82% | 0.15% | - |
| HSV(B) | 120.92º | 0.9% | 0.28% | - |
| XYZ | 2.45 | 4.7 | 1.01 | - |
| YUV | 45.27 | 106.97 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 8 | 0.90 | 0 | 0.89 | 0.72 | 120.92 | 0.82 | 0.15 |
| Hex | 7 | 48 | 8 | 5A | 0 | 59 | 48 | 79 | 52 | F |
| Octal | 7 | 110 | 10 | 132 | 0 | 131 | 110 | 171 | 122 | 17 |
| Binary | 111 | 1001000 | 1000 | 1011010 | 0 | 1011001 | 1001000 | 1111001 | 1010010 | 1111 |
Color Harmonies of #074808
Complementary color
Monochromatic Colors of #074808
Black with #074808
Text Example
Text Example
White with #074808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074808; }
p { color: rgb(7,72,8); }
H1.HeaderClassName
{
color: #074808;
}
.AnyTagClassName
{
color: #074808;
}
</style>
background-color css
<style>
a { background-color: #074808; }
a { background-color: rgb(7,72,8); }
div.DivClassName
{
background-color: #074808;
}
.BgClassName
{
background-color: #074808;
}
</style>
border-color css
<style>
span { border-color: #074808; }
span { border-color: rgb(7,72,8); }
td.TdClassName
{
border-color: #074808;
}
.TagClassName
{
border-color: #074808;
}
</style>