Shades of Myrtle #074008
Tints of Myrtle #074008
RGB
CMYK
RGB Variations
Color information
#074008 (or 0x074008) is known color: Myrtle. HEX triplet: 07, 40 and 08. RGB value is (7,64,8). Sum of RGB (Red+Green+Blue) = 7+64+8=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 64 (25.39% from 255 or 81.01% from 79); Blue value is 8 (3.52% from 255 or 10.13% from 79); Max value from RGB is 64 - color contains mainly: green. Hex color #074008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074008 is #F8BFF7. Grayscale: #282828. Windows color (decimal): -16302072 or 540679. OLE color: 540679.
HSL color Cylindrical-coordinate representation of color #074008: hue angle of 121.05º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074008 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 64 | 8 | - |
| CMYK | 0.89 | 0 | 0.87 | 0.75 |
| HSL | 121.05º | 0.8% | 0.14% | - |
| HSV(B) | 121.05º | 0.89% | 0.25% | - |
| XYZ | 1.96 | 3.73 | 0.85 | - |
| YUV | 40.57 | 109.62 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 8 | 0.89 | 0 | 0.87 | 0.75 | 121.05 | 0.8 | 0.14 |
| Hex | 7 | 40 | 8 | 59 | 0 | 57 | 4B | 79 | 50 | E |
| Octal | 7 | 100 | 10 | 131 | 0 | 127 | 113 | 171 | 120 | 16 |
| Binary | 111 | 1000000 | 1000 | 1011001 | 0 | 1010111 | 1001011 | 1111001 | 1010000 | 1110 |
Color Harmonies of #074008
Complementary color
Monochromatic Colors of #074008
Black with #074008
Text Example
Text Example
White with #074008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074008; }
p { color: rgb(7,64,8); }
H1.HeaderClassName
{
color: #074008;
}
.AnyTagClassName
{
color: #074008;
}
</style>
background-color css
<style>
a { background-color: #074008; }
a { background-color: rgb(7,64,8); }
div.DivClassName
{
background-color: #074008;
}
.BgClassName
{
background-color: #074008;
}
</style>
border-color css
<style>
span { border-color: #074008; }
span { border-color: rgb(7,64,8); }
td.TdClassName
{
border-color: #074008;
}
.TagClassName
{
border-color: #074008;
}
</style>