Shades of Myrtle #084D13
Tints of Myrtle #084D13
RGB
CMYK
RGB Variations
Color information
#084D13 (or 0x084D13) is known color: Myrtle. HEX triplet: 08, 4D and 13. RGB value is (8,77,19). Sum of RGB (Red+Green+Blue) = 8+77+19=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 77 (30.47% from 255 or 74.04% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 77 - color contains mainly: green. Hex color #084D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #084D13 is #F7B2EC. Grayscale: #313131. Windows color (decimal): -16233197 or 1264904. OLE color: 1264904.
HSL color Cylindrical-coordinate representation of color #084D13: hue angle of 129.57º 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 #084D13 is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 77 | 19 | - |
| CMYK | 0.90 | 0 | 0.75 | 0.70 |
| HSL | 129.57º | 0.81% | 0.17% | - |
| HSV(B) | 129.57º | 0.9% | 0.3% | - |
| XYZ | 2.87 | 5.41 | 1.51 | - |
| YUV | 49.76 | 110.64 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 19 | 0.90 | 0 | 0.75 | 0.70 | 129.57 | 0.81 | 0.17 |
| Hex | 8 | 4D | 13 | 5A | 0 | 4B | 46 | 82 | 51 | 11 |
| Octal | 10 | 115 | 23 | 132 | 0 | 113 | 106 | 202 | 121 | 21 |
| Binary | 1000 | 1001101 | 10011 | 1011010 | 0 | 1001011 | 1000110 | 10000010 | 1010001 | 10001 |
Color Harmonies of #084D13
Complementary color
Monochromatic Colors of #084D13
Black with #084D13
Text Example
Text Example
White with #084D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084D13; }
p { color: rgb(8,77,19); }
H1.HeaderClassName
{
color: #084D13;
}
.AnyTagClassName
{
color: #084D13;
}
</style>
background-color css
<style>
a { background-color: #084D13; }
a { background-color: rgb(8,77,19); }
div.DivClassName
{
background-color: #084D13;
}
.BgClassName
{
background-color: #084D13;
}
</style>
border-color css
<style>
span { border-color: #084D13; }
span { border-color: rgb(8,77,19); }
td.TdClassName
{
border-color: #084D13;
}
.TagClassName
{
border-color: #084D13;
}
</style>