Shades of Myrtle #081C06
Tints of Myrtle #081C06
RGB
CMYK
RGB Variations
Color information
#081C06 (or 0x081C06) is known color: Myrtle. HEX triplet: 08, 1C and 06. RGB value is (8,28,6). Sum of RGB (Red+Green+Blue) = 8+28+6=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 28 (11.33% from 255 or 66.67% from 42); Blue value is 6 (2.73% from 255 or 14.29% from 42); Max value from RGB is 28 - color contains mainly: green. Hex color #081C06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081C06 is #F7E3F9. Grayscale: #131313. Windows color (decimal): -16245754 or 400392. OLE color: 400392.
HSL color Cylindrical-coordinate representation of color #081C06: hue angle of 114.55º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #081C06 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 28 | 6 | - |
| CMYK | 0.71 | 0 | 0.79 | 0.89 |
| HSL | 114.55º | 0.65% | 0.07% | - |
| HSV(B) | 114.55º | 0.79% | 0.11% | - |
| XYZ | 0.55 | 0.9 | 0.32 | - |
| YUV | 19.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 28 | 6 | 0.71 | 0 | 0.79 | 0.89 | 114.55 | 0.65 | 0.07 |
| Hex | 8 | 1C | 6 | 47 | 0 | 4F | 59 | 73 | 41 | 7 |
| Octal | 10 | 34 | 6 | 107 | 0 | 117 | 131 | 163 | 101 | 7 |
| Binary | 1000 | 11100 | 110 | 1000111 | 0 | 1001111 | 1011001 | 1110011 | 1000001 | 111 |
Color Harmonies of #081C06
Complementary color
Monochromatic Colors of #081C06
Black with #081C06
Text Example
Text Example
White with #081C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081C06; }
p { color: rgb(8,28,6); }
H1.HeaderClassName
{
color: #081C06;
}
.AnyTagClassName
{
color: #081C06;
}
</style>
background-color css
<style>
a { background-color: #081C06; }
a { background-color: rgb(8,28,6); }
div.DivClassName
{
background-color: #081C06;
}
.BgClassName
{
background-color: #081C06;
}
</style>
border-color css
<style>
span { border-color: #081C06; }
span { border-color: rgb(8,28,6); }
td.TdClassName
{
border-color: #081C06;
}
.TagClassName
{
border-color: #081C06;
}
</style>