Shades of Myrtle #060B05
Tints of Myrtle #060B05
RGB
CMYK
RGB Variations
Color information
#060B05 (or 0x060B05) is known color: Myrtle. HEX triplet: 06, 0B and 05. RGB value is (6,11,5). Sum of RGB (Red+Green+Blue) = 6+11+5=22 (2% of max value = 765). Red value is 6 (2.73% from 255 or 27.27% from 22); Green value is 11 (4.69% from 255 or 50% from 22); Blue value is 5 (2.34% from 255 or 22.73% from 22); Max value from RGB is 11 - color contains mainly: green. Hex color #060B05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060B05 is #F9F4FA. Grayscale: #080808. Windows color (decimal): -16381179 or 330502. OLE color: 330502.
HSL color Cylindrical-coordinate representation of color #060B05: hue angle of 110º degrees, saturation: 0.38, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #060B05 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.96.
Color convert
RGB | 6 | 11 | 5 | - |
CMYK | 0.45 | 0 | 0.55 | 0.96 |
HSL | 110º | 0.38% | 0.03% | - |
HSV(B) | 110º | 0.55% | 0.04% | - |
XYZ | 0.22 | 0.29 | 0.19 | - |
YUV | 8.82 | 125.84 | 125.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 11 | 5 | 0.45 | 0 | 0.55 | 0.96 | 110 | 0.38 | 0.03 |
Hex | 6 | B | 5 | 2D | 0 | 37 | 60 | 6E | 26 | 3 |
Octal | 6 | 13 | 5 | 55 | 0 | 67 | 140 | 156 | 46 | 3 |
Binary | 110 | 1011 | 101 | 101101 | 0 | 110111 | 1100000 | 1101110 | 100110 | 11 |
Color Harmonies of #060B05
Complementary color
Monochromatic Colors of #060B05
Black with #060B05
Text Example
Text Example
White with #060B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060B05; }
p { color: rgb(6,11,5); }
H1.HeaderClassName
{
color: #060B05;
}
.AnyTagClassName
{
color: #060B05;
}
</style>
background-color css
<style>
a { background-color: #060B05; }
a { background-color: rgb(6,11,5); }
div.DivClassName
{
background-color: #060B05;
}
.BgClassName
{
background-color: #060B05;
}
</style>
border-color css
<style>
span { border-color: #060B05; }
span { border-color: rgb(6,11,5); }
td.TdClassName
{
border-color: #060B05;
}
.TagClassName
{
border-color: #060B05;
}
</style>