Shades of Myrtle #074B0D
Tints of Myrtle #074B0D
RGB
CMYK
RGB Variations
Color information
#074B0D (or 0x074B0D) is known color: Myrtle. HEX triplet: 07, 4B and 0D. RGB value is (7,75,13). Sum of RGB (Red+Green+Blue) = 7+75+13=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 75 (29.69% from 255 or 78.95% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 75 - color contains mainly: green. Hex color #074B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074B0D is #F8B4F2. Grayscale: #2F2F2F. Windows color (decimal): -16299251 or 871175. OLE color: 871175.
HSL color Cylindrical-coordinate representation of color #074B0D: hue angle of 125.29º 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 #074B0D is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 75 | 13 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.71 |
| HSL | 125.29º | 0.83% | 0.16% | - |
| HSV(B) | 125.29º | 0.91% | 0.29% | - |
| XYZ | 2.68 | 5.11 | 1.23 | - |
| YUV | 47.6 | 108.47 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 75 | 13 | 0.91 | 0 | 0.83 | 0.71 | 125.29 | 0.83 | 0.16 |
| Hex | 7 | 4B | D | 5B | 0 | 53 | 47 | 7D | 53 | 10 |
| Octal | 7 | 113 | 15 | 133 | 0 | 123 | 107 | 175 | 123 | 20 |
| Binary | 111 | 1001011 | 1101 | 1011011 | 0 | 1010011 | 1000111 | 1111101 | 1010011 | 10000 |
Color Harmonies of #074B0D
Complementary color
Monochromatic Colors of #074B0D
Black with #074B0D
Text Example
Text Example
White with #074B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074B0D; }
p { color: rgb(7,75,13); }
H1.HeaderClassName
{
color: #074B0D;
}
.AnyTagClassName
{
color: #074B0D;
}
</style>
background-color css
<style>
a { background-color: #074B0D; }
a { background-color: rgb(7,75,13); }
div.DivClassName
{
background-color: #074B0D;
}
.BgClassName
{
background-color: #074B0D;
}
</style>
border-color css
<style>
span { border-color: #074B0D; }
span { border-color: rgb(7,75,13); }
td.TdClassName
{
border-color: #074B0D;
}
.TagClassName
{
border-color: #074B0D;
}
</style>