Shades of Myrtle #084001
Tints of Myrtle #084001
RGB
CMYK
RGB Variations
Color information
#084001 (or 0x084001) is known color: Myrtle. HEX triplet: 08, 40 and 01. RGB value is (8,64,1). Sum of RGB (Red+Green+Blue) = 8+64+1=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 64 (25.39% from 255 or 87.67% from 73); Blue value is 1 (0.78% from 255 or 1.37% from 73); Max value from RGB is 64 - color contains mainly: green. Hex color #084001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084001 is #F7BFFE. Grayscale: #282828. Windows color (decimal): -16236543 or 81928. OLE color: 81928.
HSL color Cylindrical-coordinate representation of color #084001: hue angle of 113.33º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #084001 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 64 | 1 | - |
| CMYK | 0.87 | 0 | 0.98 | 0.75 |
| HSL | 113.33º | 0.97% | 0.13% | - |
| HSV(B) | 113.33º | 0.98% | 0.25% | - |
| XYZ | 1.94 | 3.72 | 0.64 | - |
| YUV | 40.07 | 105.95 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 1 | 0.87 | 0 | 0.98 | 0.75 | 113.33 | 0.97 | 0.13 |
| Hex | 8 | 40 | 1 | 57 | 0 | 62 | 4B | 71 | 61 | D |
| Octal | 10 | 100 | 1 | 127 | 0 | 142 | 113 | 161 | 141 | 15 |
| Binary | 1000 | 1000000 | 1 | 1010111 | 0 | 1100010 | 1001011 | 1110001 | 1100001 | 1101 |
Color Harmonies of #084001
Complementary color
Monochromatic Colors of #084001
Black with #084001
Text Example
Text Example
White with #084001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084001; }
p { color: rgb(8,64,1); }
H1.HeaderClassName
{
color: #084001;
}
.AnyTagClassName
{
color: #084001;
}
</style>
background-color css
<style>
a { background-color: #084001; }
a { background-color: rgb(8,64,1); }
div.DivClassName
{
background-color: #084001;
}
.BgClassName
{
background-color: #084001;
}
</style>
border-color css
<style>
span { border-color: #084001; }
span { border-color: rgb(8,64,1); }
td.TdClassName
{
border-color: #084001;
}
.TagClassName
{
border-color: #084001;
}
</style>