Shades of Myrtle #081504
Tints of Myrtle #081504
RGB
CMYK
RGB Variations
Color information
#081504 (or 0x081504) is known color: Myrtle. HEX triplet: 08, 15 and 04. RGB value is (8,21,4). Sum of RGB (Red+Green+Blue) = 8+21+4=33 (4% of max value = 765). Red value is 8 (3.52% from 255 or 24.24% from 33); Green value is 21 (8.59% from 255 or 63.64% from 33); Blue value is 4 (1.95% from 255 or 12.12% from 33); Max value from RGB is 21 - color contains mainly: green. Hex color #081504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081504 is #F7EAFB. Grayscale: #0F0F0F. Windows color (decimal): -16247548 or 267528. OLE color: 267528.
HSL color Cylindrical-coordinate representation of color #081504: hue angle of 105.88º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #081504 is Cyan = 0.62, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 8 | 21 | 4 | - |
| CMYK | 0.62 | 0 | 0.81 | 0.92 |
| HSL | 105.88º | 0.68% | 0.05% | - |
| HSV(B) | 105.88º | 0.81% | 0.08% | - |
| XYZ | 0.39 | 0.6 | 0.21 | - |
| YUV | 15.18 | 121.69 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 4 | 0.62 | 0 | 0.81 | 0.92 | 105.88 | 0.68 | 0.05 |
| Hex | 8 | 15 | 4 | 3E | 0 | 51 | 5C | 6A | 44 | 5 |
| Octal | 10 | 25 | 4 | 76 | 0 | 121 | 134 | 152 | 104 | 5 |
| Binary | 1000 | 10101 | 100 | 111110 | 0 | 1010001 | 1011100 | 1101010 | 1000100 | 101 |
Color Harmonies of #081504
Complementary color
Monochromatic Colors of #081504
Black with #081504
Text Example
Text Example
White with #081504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081504; }
p { color: rgb(8,21,4); }
H1.HeaderClassName
{
color: #081504;
}
.AnyTagClassName
{
color: #081504;
}
</style>
background-color css
<style>
a { background-color: #081504; }
a { background-color: rgb(8,21,4); }
div.DivClassName
{
background-color: #081504;
}
.BgClassName
{
background-color: #081504;
}
</style>
border-color css
<style>
span { border-color: #081504; }
span { border-color: rgb(8,21,4); }
td.TdClassName
{
border-color: #081504;
}
.TagClassName
{
border-color: #081504;
}
</style>