Shades of Myrtle #084B0C
Tints of Myrtle #084B0C
RGB
CMYK
RGB Variations
Color information
#084B0C (or 0x084B0C) is known color: Myrtle. HEX triplet: 08, 4B and 0C. RGB value is (8,75,12). Sum of RGB (Red+Green+Blue) = 8+75+12=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 75 (29.69% from 255 or 78.95% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 75 - color contains mainly: green. Hex color #084B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084B0C is #F7B4F3. Grayscale: #2F2F2F. Windows color (decimal): -16233716 or 805640. OLE color: 805640.
HSL color Cylindrical-coordinate representation of color #084B0C: hue angle of 123.58º 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 #084B0C is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 75 | 12 | - |
| CMYK | 0.89 | 0 | 0.84 | 0.71 |
| HSL | 123.58º | 0.81% | 0.16% | - |
| HSV(B) | 123.58º | 0.89% | 0.29% | - |
| XYZ | 2.68 | 5.11 | 1.19 | - |
| YUV | 47.79 | 107.8 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 75 | 12 | 0.89 | 0 | 0.84 | 0.71 | 123.58 | 0.81 | 0.16 |
| Hex | 8 | 4B | C | 59 | 0 | 54 | 47 | 7C | 51 | 10 |
| Octal | 10 | 113 | 14 | 131 | 0 | 124 | 107 | 174 | 121 | 20 |
| Binary | 1000 | 1001011 | 1100 | 1011001 | 0 | 1010100 | 1000111 | 1111100 | 1010001 | 10000 |
Color Harmonies of #084B0C
Complementary color
Monochromatic Colors of #084B0C
Black with #084B0C
Text Example
Text Example
White with #084B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084B0C; }
p { color: rgb(8,75,12); }
H1.HeaderClassName
{
color: #084B0C;
}
.AnyTagClassName
{
color: #084B0C;
}
</style>
background-color css
<style>
a { background-color: #084B0C; }
a { background-color: rgb(8,75,12); }
div.DivClassName
{
background-color: #084B0C;
}
.BgClassName
{
background-color: #084B0C;
}
</style>
border-color css
<style>
span { border-color: #084B0C; }
span { border-color: rgb(8,75,12); }
td.TdClassName
{
border-color: #084B0C;
}
.TagClassName
{
border-color: #084B0C;
}
</style>