Shades of Myrtle #081C01
Tints of Myrtle #081C01
RGB
CMYK
RGB Variations
Color information
#081C01 (or 0x081C01) is known color: Myrtle. HEX triplet: 08, 1C and 01. RGB value is (8,28,1). Sum of RGB (Red+Green+Blue) = 8+28+1=37 (4% of max value = 765). Red value is 8 (3.52% from 255 or 21.62% from 37); Green value is 28 (11.33% from 255 or 75.68% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 28 - color contains mainly: green. Hex color #081C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081C01 is #F7E3FE. Grayscale: #131313. Windows color (decimal): -16245759 or 72712. OLE color: 72712.
HSL color Cylindrical-coordinate representation of color #081C01: hue angle of 104.44º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081C01 is Cyan = 0.71, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 28 | 1 | - |
| CMYK | 0.71 | 0 | 0.96 | 0.89 |
| HSL | 104.44º | 0.93% | 0.06% | - |
| HSV(B) | 104.44º | 0.96% | 0.11% | - |
| XYZ | 0.52 | 0.88 | 0.17 | - |
| YUV | 18.94 | 117.87 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 28 | 1 | 0.71 | 0 | 0.96 | 0.89 | 104.44 | 0.93 | 0.06 |
| Hex | 8 | 1C | 1 | 47 | 0 | 60 | 59 | 68 | 5D | 6 |
| Octal | 10 | 34 | 1 | 107 | 0 | 140 | 131 | 150 | 135 | 6 |
| Binary | 1000 | 11100 | 1 | 1000111 | 0 | 1100000 | 1011001 | 1101000 | 1011101 | 110 |
Color Harmonies of #081C01
Complementary color
Monochromatic Colors of #081C01
Black with #081C01
Text Example
Text Example
White with #081C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081C01; }
p { color: rgb(8,28,1); }
H1.HeaderClassName
{
color: #081C01;
}
.AnyTagClassName
{
color: #081C01;
}
</style>
background-color css
<style>
a { background-color: #081C01; }
a { background-color: rgb(8,28,1); }
div.DivClassName
{
background-color: #081C01;
}
.BgClassName
{
background-color: #081C01;
}
</style>
border-color css
<style>
span { border-color: #081C01; }
span { border-color: rgb(8,28,1); }
td.TdClassName
{
border-color: #081C01;
}
.TagClassName
{
border-color: #081C01;
}
</style>