Shades of Myrtle #084B0A
Tints of Myrtle #084B0A
RGB
CMYK
RGB Variations
Color information
#084B0A (or 0x084B0A) is known color: Myrtle. HEX triplet: 08, 4B and 0A. RGB value is (8,75,10). Sum of RGB (Red+Green+Blue) = 8+75+10=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 75 (29.69% from 255 or 80.65% from 93); Blue value is 10 (4.30% from 255 or 10.75% from 93); Max value from RGB is 75 - color contains mainly: green. Hex color #084B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084B0A is #F7B4F5. Grayscale: #2F2F2F. Windows color (decimal): -16233718 or 674568. OLE color: 674568.
HSL color Cylindrical-coordinate representation of color #084B0A: hue angle of 121.79º degrees, saturation: 0.81, 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 #084B0A is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 75 | 10 | - |
| CMYK | 0.89 | 0 | 0.87 | 0.71 |
| HSL | 121.79º | 0.81% | 0.16% | - |
| HSV(B) | 121.79º | 0.89% | 0.29% | - |
| XYZ | 2.67 | 5.11 | 1.13 | - |
| YUV | 47.56 | 106.8 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 75 | 10 | 0.89 | 0 | 0.87 | 0.71 | 121.79 | 0.81 | 0.16 |
| Hex | 8 | 4B | A | 59 | 0 | 57 | 47 | 7A | 51 | 10 |
| Octal | 10 | 113 | 12 | 131 | 0 | 127 | 107 | 172 | 121 | 20 |
| Binary | 1000 | 1001011 | 1010 | 1011001 | 0 | 1010111 | 1000111 | 1111010 | 1010001 | 10000 |
Color Harmonies of #084B0A
Complementary color
Monochromatic Colors of #084B0A
Black with #084B0A
Text Example
Text Example
White with #084B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084B0A; }
p { color: rgb(8,75,10); }
H1.HeaderClassName
{
color: #084B0A;
}
.AnyTagClassName
{
color: #084B0A;
}
</style>
background-color css
<style>
a { background-color: #084B0A; }
a { background-color: rgb(8,75,10); }
div.DivClassName
{
background-color: #084B0A;
}
.BgClassName
{
background-color: #084B0A;
}
</style>
border-color css
<style>
span { border-color: #084B0A; }
span { border-color: rgb(8,75,10); }
td.TdClassName
{
border-color: #084B0A;
}
.TagClassName
{
border-color: #084B0A;
}
</style>