Shades of Myrtle #084200
Tints of Myrtle #084200
RGB
CMYK
RGB Variations
Color information
#084200 (or 0x084200) is known color: Myrtle. HEX triplet: 08, 42 and 00. RGB value is (8,66,0). Sum of RGB (Red+Green+Blue) = 8+66+0=74 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.81% from 74); Green value is 66 (26.17% from 255 or 89.19% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 66 - color contains mainly: green. Hex color #084200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084200 is #F7BDFF. Grayscale: #292929. Windows color (decimal): -16236032 or 16904. OLE color: 16904.
HSL color Cylindrical-coordinate representation of color #084200: hue angle of 112.73º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #084200 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 8 | 66 | 0 | - |
| CMYK | 0.88 | 0 | 1 | 0.74 |
| HSL | 112.73º | 1% | 0.13% | - |
| HSV(B) | 112.73º | 1% | 0.26% | - |
| XYZ | 2.05 | 3.95 | 0.65 | - |
| YUV | 41.13 | 104.78 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 66 | 0 | 0.88 | 0 | 1 | 0.74 | 112.73 | 1 | 0.13 |
| Hex | 8 | 42 | 0 | 58 | 0 | 64 | 4A | 71 | 64 | D |
| Octal | 10 | 102 | 0 | 130 | 0 | 144 | 112 | 161 | 144 | 15 |
| Binary | 1000 | 1000010 | 0 | 1011000 | 0 | 1100100 | 1001010 | 1110001 | 1100100 | 1101 |
Color Harmonies of #084200
Complementary color
Monochromatic Colors of #084200
Black with #084200
Text Example
Text Example
White with #084200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084200; }
p { color: rgb(8,66,0); }
H1.HeaderClassName
{
color: #084200;
}
.AnyTagClassName
{
color: #084200;
}
</style>
background-color css
<style>
a { background-color: #084200; }
a { background-color: rgb(8,66,0); }
div.DivClassName
{
background-color: #084200;
}
.BgClassName
{
background-color: #084200;
}
</style>
border-color css
<style>
span { border-color: #084200; }
span { border-color: rgb(8,66,0); }
td.TdClassName
{
border-color: #084200;
}
.TagClassName
{
border-color: #084200;
}
</style>