Shades of Myrtle #084701
Tints of Myrtle #084701
RGB
CMYK
RGB Variations
Color information
#084701 (or 0x084701) is known color: Myrtle. HEX triplet: 08, 47 and 01. RGB value is (8,71,1). Sum of RGB (Red+Green+Blue) = 8+71+1=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 71 (28.12% from 255 or 88.75% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 71 - color contains mainly: green. Hex color #084701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084701 is #F7B8FE. Grayscale: #2C2C2C. Windows color (decimal): -16234751 or 83720. OLE color: 83720.
HSL color Cylindrical-coordinate representation of color #084701: hue angle of 114º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #084701 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 71 | 1 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.72 |
| HSL | 114º | 0.97% | 0.14% | - |
| HSV(B) | 114º | 0.99% | 0.28% | - |
| XYZ | 2.36 | 4.56 | 0.78 | - |
| YUV | 44.18 | 103.63 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 71 | 1 | 0.89 | 0 | 0.99 | 0.72 | 114 | 0.97 | 0.14 |
| Hex | 8 | 47 | 1 | 59 | 0 | 63 | 48 | 72 | 61 | E |
| Octal | 10 | 107 | 1 | 131 | 0 | 143 | 110 | 162 | 141 | 16 |
| Binary | 1000 | 1000111 | 1 | 1011001 | 0 | 1100011 | 1001000 | 1110010 | 1100001 | 1110 |
Color Harmonies of #084701
Complementary color
Monochromatic Colors of #084701
Black with #084701
Text Example
Text Example
White with #084701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084701; }
p { color: rgb(8,71,1); }
H1.HeaderClassName
{
color: #084701;
}
.AnyTagClassName
{
color: #084701;
}
</style>
background-color css
<style>
a { background-color: #084701; }
a { background-color: rgb(8,71,1); }
div.DivClassName
{
background-color: #084701;
}
.BgClassName
{
background-color: #084701;
}
</style>
border-color css
<style>
span { border-color: #084701; }
span { border-color: rgb(8,71,1); }
td.TdClassName
{
border-color: #084701;
}
.TagClassName
{
border-color: #084701;
}
</style>