Shades of Myrtle #081B05
Tints of Myrtle #081B05
RGB
CMYK
RGB Variations
Color information
#081B05 (or 0x081B05) is known color: Myrtle. HEX triplet: 08, 1B and 05. RGB value is (8,27,5). Sum of RGB (Red+Green+Blue) = 8+27+5=40 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20% from 40); Green value is 27 (10.94% from 255 or 67.5% from 40); Blue value is 5 (2.34% from 255 or 12.5% from 40); Max value from RGB is 27 - color contains mainly: green. Hex color #081B05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081B05 is #F7E4FA. Grayscale: #121212. Windows color (decimal): -16246011 or 334600. OLE color: 334600.
HSL color Cylindrical-coordinate representation of color #081B05: hue angle of 111.82º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #081B05 is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.89.
Color convert
RGB | 8 | 27 | 5 | - |
CMYK | 0.70 | 0 | 0.81 | 0.89 |
HSL | 111.82º | 0.69% | 0.06% | - |
HSV(B) | 111.82º | 0.81% | 0.11% | - |
XYZ | 0.52 | 0.85 | 0.28 | - |
YUV | 18.81 | 120.21 | 120.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 27 | 5 | 0.70 | 0 | 0.81 | 0.89 | 111.82 | 0.69 | 0.06 |
Hex | 8 | 1B | 5 | 46 | 0 | 51 | 59 | 70 | 45 | 6 |
Octal | 10 | 33 | 5 | 106 | 0 | 121 | 131 | 160 | 105 | 6 |
Binary | 1000 | 11011 | 101 | 1000110 | 0 | 1010001 | 1011001 | 1110000 | 1000101 | 110 |
Color Harmonies of #081B05
Complementary color
Monochromatic Colors of #081B05
Black with #081B05
Text Example
Text Example
White with #081B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081B05; }
p { color: rgb(8,27,5); }
H1.HeaderClassName
{
color: #081B05;
}
.AnyTagClassName
{
color: #081B05;
}
</style>
background-color css
<style>
a { background-color: #081B05; }
a { background-color: rgb(8,27,5); }
div.DivClassName
{
background-color: #081B05;
}
.BgClassName
{
background-color: #081B05;
}
</style>
border-color css
<style>
span { border-color: #081B05; }
span { border-color: rgb(8,27,5); }
td.TdClassName
{
border-color: #081B05;
}
.TagClassName
{
border-color: #081B05;
}
</style>