Shades of Myrtle #084D01
Tints of Myrtle #084D01
RGB
CMYK
RGB Variations
Color information
#084D01 (or 0x084D01) is known color: Myrtle. HEX triplet: 08, 4D and 01. RGB value is (8,77,1). Sum of RGB (Red+Green+Blue) = 8+77+1=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 77 (30.47% from 255 or 89.53% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 77 - color contains mainly: green. Hex color #084D01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #084D01 is #F7B2FE. Grayscale: #2F2F2F. Windows color (decimal): -16233215 or 85256. OLE color: 85256.
HSL color Cylindrical-coordinate representation of color #084D01: hue angle of 114.47º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #084D01 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 77 | 1 | - |
| CMYK | 0.90 | 0 | 0.99 | 0.70 |
| HSL | 114.47º | 0.97% | 0.15% | - |
| HSV(B) | 114.47º | 0.99% | 0.3% | - |
| XYZ | 2.76 | 5.36 | 0.92 | - |
| YUV | 47.71 | 101.64 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 1 | 0.90 | 0 | 0.99 | 0.70 | 114.47 | 0.97 | 0.15 |
| Hex | 8 | 4D | 1 | 5A | 0 | 63 | 46 | 72 | 61 | F |
| Octal | 10 | 115 | 1 | 132 | 0 | 143 | 106 | 162 | 141 | 17 |
| Binary | 1000 | 1001101 | 1 | 1011010 | 0 | 1100011 | 1000110 | 1110010 | 1100001 | 1111 |
Color Harmonies of #084D01
Complementary color
Monochromatic Colors of #084D01
Black with #084D01
Text Example
Text Example
White with #084D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084D01; }
p { color: rgb(8,77,1); }
H1.HeaderClassName
{
color: #084D01;
}
.AnyTagClassName
{
color: #084D01;
}
</style>
background-color css
<style>
a { background-color: #084D01; }
a { background-color: rgb(8,77,1); }
div.DivClassName
{
background-color: #084D01;
}
.BgClassName
{
background-color: #084D01;
}
</style>
border-color css
<style>
span { border-color: #084D01; }
span { border-color: rgb(8,77,1); }
td.TdClassName
{
border-color: #084D01;
}
.TagClassName
{
border-color: #084D01;
}
</style>