Shades of Myrtle #081C05
Tints of Myrtle #081C05
RGB
CMYK
RGB Variations
Color information
#081C05 (or 0x081C05) is known color: Myrtle. HEX triplet: 08, 1C and 05. RGB value is (8,28,5). Sum of RGB (Red+Green+Blue) = 8+28+5=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 28 (11.33% from 255 or 68.29% from 41); Blue value is 5 (2.34% from 255 or 12.20% from 41); Max value from RGB is 28 - color contains mainly: green. Hex color #081C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081C05 is #F7E3FA. Grayscale: #131313. Windows color (decimal): -16245755 or 334856. OLE color: 334856.
HSL color Cylindrical-coordinate representation of color #081C05: hue angle of 112.17º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #081C05 is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 28 | 5 | - |
| CMYK | 0.71 | 0 | 0.82 | 0.89 |
| HSL | 112.17º | 0.7% | 0.06% | - |
| HSV(B) | 112.17º | 0.82% | 0.11% | - |
| XYZ | 0.54 | 0.89 | 0.29 | - |
| YUV | 19.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 28 | 5 | 0.71 | 0 | 0.82 | 0.89 | 112.17 | 0.7 | 0.06 |
| Hex | 8 | 1C | 5 | 47 | 0 | 52 | 59 | 70 | 46 | 6 |
| Octal | 10 | 34 | 5 | 107 | 0 | 122 | 131 | 160 | 106 | 6 |
| Binary | 1000 | 11100 | 101 | 1000111 | 0 | 1010010 | 1011001 | 1110000 | 1000110 | 110 |
Color Harmonies of #081C05
Complementary color
Monochromatic Colors of #081C05
Black with #081C05
Text Example
Text Example
White with #081C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081C05; }
p { color: rgb(8,28,5); }
H1.HeaderClassName
{
color: #081C05;
}
.AnyTagClassName
{
color: #081C05;
}
</style>
background-color css
<style>
a { background-color: #081C05; }
a { background-color: rgb(8,28,5); }
div.DivClassName
{
background-color: #081C05;
}
.BgClassName
{
background-color: #081C05;
}
</style>
border-color css
<style>
span { border-color: #081C05; }
span { border-color: rgb(8,28,5); }
td.TdClassName
{
border-color: #081C05;
}
.TagClassName
{
border-color: #081C05;
}
</style>