Shades of Myrtle #074306
Tints of Myrtle #074306
RGB
CMYK
RGB Variations
Color information
#074306 (or 0x074306) is known color: Myrtle. HEX triplet: 07, 43 and 06. RGB value is (7,67,6). Sum of RGB (Red+Green+Blue) = 7+67+6=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 67 (26.56% from 255 or 83.75% from 80); Blue value is 6 (2.73% from 255 or 7.5% from 80); Max value from RGB is 67 - color contains mainly: green. Hex color #074306 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074306 is #F8BCF9. Grayscale: #2A2A2A. Windows color (decimal): -16301306 or 410375. OLE color: 410375.
HSL color Cylindrical-coordinate representation of color #074306: hue angle of 119.02º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074306 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 67 | 6 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.74 |
| HSL | 119.02º | 0.84% | 0.14% | - |
| HSV(B) | 119.02º | 0.91% | 0.26% | - |
| XYZ | 2.13 | 4.07 | 0.85 | - |
| YUV | 42.11 | 107.62 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 67 | 6 | 0.90 | 0 | 0.91 | 0.74 | 119.02 | 0.84 | 0.14 |
| Hex | 7 | 43 | 6 | 5A | 0 | 5B | 4A | 77 | 54 | E |
| Octal | 7 | 103 | 6 | 132 | 0 | 133 | 112 | 167 | 124 | 16 |
| Binary | 111 | 1000011 | 110 | 1011010 | 0 | 1011011 | 1001010 | 1110111 | 1010100 | 1110 |
Color Harmonies of #074306
Complementary color
Monochromatic Colors of #074306
Black with #074306
Text Example
Text Example
White with #074306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074306; }
p { color: rgb(7,67,6); }
H1.HeaderClassName
{
color: #074306;
}
.AnyTagClassName
{
color: #074306;
}
</style>
background-color css
<style>
a { background-color: #074306; }
a { background-color: rgb(7,67,6); }
div.DivClassName
{
background-color: #074306;
}
.BgClassName
{
background-color: #074306;
}
</style>
border-color css
<style>
span { border-color: #074306; }
span { border-color: rgb(7,67,6); }
td.TdClassName
{
border-color: #074306;
}
.TagClassName
{
border-color: #074306;
}
</style>