Shades of Myrtle #084210
Tints of Myrtle #084210
RGB
CMYK
RGB Variations
Color information
#084210 (or 0x084210) is known color: Myrtle. HEX triplet: 08, 42 and 10. RGB value is (8,66,16). Sum of RGB (Red+Green+Blue) = 8+66+16=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 66 (26.17% from 255 or 73.33% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 66 - color contains mainly: green. Hex color #084210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084210 is #F7BDEF. Grayscale: #2B2B2B. Windows color (decimal): -16236016 or 1065480. OLE color: 1065480.
HSL color Cylindrical-coordinate representation of color #084210: hue angle of 128.28º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084210 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 8 | 66 | 16 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.74 |
| HSL | 128.28º | 0.78% | 0.15% | - |
| HSV(B) | 128.28º | 0.88% | 0.26% | - |
| XYZ | 2.14 | 3.99 | 1.15 | - |
| YUV | 42.96 | 112.78 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 66 | 16 | 0.88 | 0 | 0.76 | 0.74 | 128.28 | 0.78 | 0.15 |
| Hex | 8 | 42 | 10 | 58 | 0 | 4C | 4A | 80 | 4E | F |
| Octal | 10 | 102 | 20 | 130 | 0 | 114 | 112 | 200 | 116 | 17 |
| Binary | 1000 | 1000010 | 10000 | 1011000 | 0 | 1001100 | 1001010 | 10000000 | 1001110 | 1111 |
Color Harmonies of #084210
Complementary color
Monochromatic Colors of #084210
Black with #084210
Text Example
Text Example
White with #084210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084210; }
p { color: rgb(8,66,16); }
H1.HeaderClassName
{
color: #084210;
}
.AnyTagClassName
{
color: #084210;
}
</style>
background-color css
<style>
a { background-color: #084210; }
a { background-color: rgb(8,66,16); }
div.DivClassName
{
background-color: #084210;
}
.BgClassName
{
background-color: #084210;
}
</style>
border-color css
<style>
span { border-color: #084210; }
span { border-color: rgb(8,66,16); }
td.TdClassName
{
border-color: #084210;
}
.TagClassName
{
border-color: #084210;
}
</style>