Shades of Myrtle #084A0D
Tints of Myrtle #084A0D
RGB
CMYK
RGB Variations
Color information
#084A0D (or 0x084A0D) is known color: Myrtle. HEX triplet: 08, 4A and 0D. RGB value is (8,74,13). Sum of RGB (Red+Green+Blue) = 8+74+13=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 74 (29.30% from 255 or 77.89% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 74 - color contains mainly: green. Hex color #084A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084A0D is #F7B5F2. Grayscale: #2F2F2F. Windows color (decimal): -16233971 or 870920. OLE color: 870920.
HSL color Cylindrical-coordinate representation of color #084A0D: hue angle of 124.55º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084A0D is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 74 | 13 | - |
| CMYK | 0.89 | 0 | 0.82 | 0.71 |
| HSL | 124.55º | 0.8% | 0.16% | - |
| HSV(B) | 124.55º | 0.89% | 0.29% | - |
| XYZ | 2.62 | 4.98 | 1.2 | - |
| YUV | 47.31 | 108.63 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 13 | 0.89 | 0 | 0.82 | 0.71 | 124.55 | 0.8 | 0.16 |
| Hex | 8 | 4A | D | 59 | 0 | 52 | 47 | 7D | 50 | 10 |
| Octal | 10 | 112 | 15 | 131 | 0 | 122 | 107 | 175 | 120 | 20 |
| Binary | 1000 | 1001010 | 1101 | 1011001 | 0 | 1010010 | 1000111 | 1111101 | 1010000 | 10000 |
Color Harmonies of #084A0D
Complementary color
Monochromatic Colors of #084A0D
Black with #084A0D
Text Example
Text Example
White with #084A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084A0D; }
p { color: rgb(8,74,13); }
H1.HeaderClassName
{
color: #084A0D;
}
.AnyTagClassName
{
color: #084A0D;
}
</style>
background-color css
<style>
a { background-color: #084A0D; }
a { background-color: rgb(8,74,13); }
div.DivClassName
{
background-color: #084A0D;
}
.BgClassName
{
background-color: #084A0D;
}
</style>
border-color css
<style>
span { border-color: #084A0D; }
span { border-color: rgb(8,74,13); }
td.TdClassName
{
border-color: #084A0D;
}
.TagClassName
{
border-color: #084A0D;
}
</style>