Shades of Myrtle #081B01
Tints of Myrtle #081B01
RGB
CMYK
RGB Variations
Color information
#081B01 (or 0x081B01) is known color: Myrtle. HEX triplet: 08, 1B and 01. RGB value is (8,27,1). Sum of RGB (Red+Green+Blue) = 8+27+1=36 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.22% from 36); Green value is 27 (10.94% from 255 or 75% from 36); Blue value is 1 (0.78% from 255 or 2.78% from 36); Max value from RGB is 27 - color contains mainly: green. Hex color #081B01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081B01 is #F7E4FE. Grayscale: #121212. Windows color (decimal): -16246015 or 72456. OLE color: 72456.
HSL color Cylindrical-coordinate representation of color #081B01: hue angle of 103.85º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081B01 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 27 | 1 | - |
| CMYK | 0.70 | 0 | 0.96 | 0.89 |
| HSL | 103.85º | 0.93% | 0.05% | - |
| HSV(B) | 103.85º | 0.96% | 0.11% | - |
| XYZ | 0.5 | 0.84 | 0.16 | - |
| YUV | 18.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 27 | 1 | 0.70 | 0 | 0.96 | 0.89 | 103.85 | 0.93 | 0.05 |
| Hex | 8 | 1B | 1 | 46 | 0 | 60 | 59 | 68 | 5D | 5 |
| Octal | 10 | 33 | 1 | 106 | 0 | 140 | 131 | 150 | 135 | 5 |
| Binary | 1000 | 11011 | 1 | 1000110 | 0 | 1100000 | 1011001 | 1101000 | 1011101 | 101 |
Color Harmonies of #081B01
Complementary color
Monochromatic Colors of #081B01
Black with #081B01
Text Example
Text Example
White with #081B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081B01; }
p { color: rgb(8,27,1); }
H1.HeaderClassName
{
color: #081B01;
}
.AnyTagClassName
{
color: #081B01;
}
</style>
background-color css
<style>
a { background-color: #081B01; }
a { background-color: rgb(8,27,1); }
div.DivClassName
{
background-color: #081B01;
}
.BgClassName
{
background-color: #081B01;
}
</style>
border-color css
<style>
span { border-color: #081B01; }
span { border-color: rgb(8,27,1); }
td.TdClassName
{
border-color: #081B01;
}
.TagClassName
{
border-color: #081B01;
}
</style>