Shades of Myrtle #074B11
Tints of Myrtle #074B11
RGB
CMYK
RGB Variations
Color information
#074B11 (or 0x074B11) is known color: Myrtle. HEX triplet: 07, 4B and 11. RGB value is (7,75,17). Sum of RGB (Red+Green+Blue) = 7+75+17=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 75 (29.69% from 255 or 75.76% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 75 - color contains mainly: green. Hex color #074B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074B11 is #F8B4EE. Grayscale: #303030. Windows color (decimal): -16299247 or 1133319. OLE color: 1133319.
HSL color Cylindrical-coordinate representation of color #074B11: hue angle of 128.82º 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 #074B11 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 75 | 17 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.71 |
| HSL | 128.82º | 0.83% | 0.16% | - |
| HSV(B) | 128.82º | 0.91% | 0.29% | - |
| XYZ | 2.7 | 5.12 | 1.38 | - |
| YUV | 48.06 | 110.47 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 75 | 17 | 0.91 | 0 | 0.77 | 0.71 | 128.82 | 0.83 | 0.16 |
| Hex | 7 | 4B | 11 | 5B | 0 | 4D | 47 | 81 | 53 | 10 |
| Octal | 7 | 113 | 21 | 133 | 0 | 115 | 107 | 201 | 123 | 20 |
| Binary | 111 | 1001011 | 10001 | 1011011 | 0 | 1001101 | 1000111 | 10000001 | 1010011 | 10000 |
Color Harmonies of #074B11
Complementary color
Monochromatic Colors of #074B11
Black with #074B11
Text Example
Text Example
White with #074B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074B11; }
p { color: rgb(7,75,17); }
H1.HeaderClassName
{
color: #074B11;
}
.AnyTagClassName
{
color: #074B11;
}
</style>
background-color css
<style>
a { background-color: #074B11; }
a { background-color: rgb(7,75,17); }
div.DivClassName
{
background-color: #074B11;
}
.BgClassName
{
background-color: #074B11;
}
</style>
border-color css
<style>
span { border-color: #074B11; }
span { border-color: rgb(7,75,17); }
td.TdClassName
{
border-color: #074B11;
}
.TagClassName
{
border-color: #074B11;
}
</style>