Shades of Myrtle #081205
Tints of Myrtle #081205
RGB
CMYK
RGB Variations
Color information
#081205 (or 0x081205) is known color: Myrtle. HEX triplet: 08, 12 and 05. RGB value is (8,18,5). Sum of RGB (Red+Green+Blue) = 8+18+5=31 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25.81% from 31); Green value is 18 (7.42% from 255 or 58.06% from 31); Blue value is 5 (2.34% from 255 or 16.13% from 31); Max value from RGB is 18 - color contains mainly: green. Hex color #081205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081205 is #F7EDFA. Grayscale: #0D0D0D. Windows color (decimal): -16248315 or 332296. OLE color: 332296.
HSL color Cylindrical-coordinate representation of color #081205: hue angle of 106.15º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #081205 is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 18 | 5 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.93 |
| HSL | 106.15º | 0.57% | 0.05% | - |
| HSV(B) | 106.15º | 0.72% | 0.07% | - |
| XYZ | 0.34 | 0.5 | 0.22 | - |
| YUV | 13.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 5 | 0.56 | 0 | 0.72 | 0.93 | 106.15 | 0.57 | 0.05 |
| Hex | 8 | 12 | 5 | 38 | 0 | 48 | 5D | 6A | 39 | 5 |
| Octal | 10 | 22 | 5 | 70 | 0 | 110 | 135 | 152 | 71 | 5 |
| Binary | 1000 | 10010 | 101 | 111000 | 0 | 1001000 | 1011101 | 1101010 | 111001 | 101 |
Color Harmonies of #081205
Complementary color
Monochromatic Colors of #081205
Black with #081205
Text Example
Text Example
White with #081205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081205; }
p { color: rgb(8,18,5); }
H1.HeaderClassName
{
color: #081205;
}
.AnyTagClassName
{
color: #081205;
}
</style>
background-color css
<style>
a { background-color: #081205; }
a { background-color: rgb(8,18,5); }
div.DivClassName
{
background-color: #081205;
}
.BgClassName
{
background-color: #081205;
}
</style>
border-color css
<style>
span { border-color: #081205; }
span { border-color: rgb(8,18,5); }
td.TdClassName
{
border-color: #081205;
}
.TagClassName
{
border-color: #081205;
}
</style>