Shades of Myrtle #084D0B
Tints of Myrtle #084D0B
RGB
CMYK
RGB Variations
Color information
#084D0B (or 0x084D0B) is known color: Myrtle. HEX triplet: 08, 4D and 0B. RGB value is (8,77,11). Sum of RGB (Red+Green+Blue) = 8+77+11=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 77 (30.47% from 255 or 80.21% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 77 - color contains mainly: green. Hex color #084D0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #084D0B is #F7B2F4. Grayscale: #313131. Windows color (decimal): -16233205 or 740616. OLE color: 740616.
HSL color Cylindrical-coordinate representation of color #084D0B: hue angle of 122.61º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084D0B is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 77 | 11 | - |
| CMYK | 0.90 | 0 | 0.86 | 0.70 |
| HSL | 122.61º | 0.81% | 0.17% | - |
| HSV(B) | 122.61º | 0.9% | 0.3% | - |
| XYZ | 2.81 | 5.38 | 1.21 | - |
| YUV | 48.85 | 106.64 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 11 | 0.90 | 0 | 0.86 | 0.70 | 122.61 | 0.81 | 0.17 |
| Hex | 8 | 4D | B | 5A | 0 | 56 | 46 | 7B | 51 | 11 |
| Octal | 10 | 115 | 13 | 132 | 0 | 126 | 106 | 173 | 121 | 21 |
| Binary | 1000 | 1001101 | 1011 | 1011010 | 0 | 1010110 | 1000110 | 1111011 | 1010001 | 10001 |
Color Harmonies of #084D0B
Complementary color
Monochromatic Colors of #084D0B
Black with #084D0B
Text Example
Text Example
White with #084D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084D0B; }
p { color: rgb(8,77,11); }
H1.HeaderClassName
{
color: #084D0B;
}
.AnyTagClassName
{
color: #084D0B;
}
</style>
background-color css
<style>
a { background-color: #084D0B; }
a { background-color: rgb(8,77,11); }
div.DivClassName
{
background-color: #084D0B;
}
.BgClassName
{
background-color: #084D0B;
}
</style>
border-color css
<style>
span { border-color: #084D0B; }
span { border-color: rgb(8,77,11); }
td.TdClassName
{
border-color: #084D0B;
}
.TagClassName
{
border-color: #084D0B;
}
</style>