Shades of Myrtle #062206
Tints of Myrtle #062206
RGB
CMYK
RGB Variations
Color information
#062206 (or 0x062206) is known color: Myrtle. HEX triplet: 06, 22 and 06. RGB value is (6,34,6). Sum of RGB (Red+Green+Blue) = 6+34+6=46 (6% of max value = 765). Red value is 6 (2.73% from 255 or 13.04% from 46); Green value is 34 (13.67% from 255 or 73.91% from 46); Blue value is 6 (2.73% from 255 or 13.04% from 46); Max value from RGB is 34 - color contains mainly: green. Hex color #062206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062206 is #F9DDF9. Grayscale: #161616. Windows color (decimal): -16375290 or 401926. OLE color: 401926.
HSL color Cylindrical-coordinate representation of color #062206: hue angle of 120º degrees, saturation: 0.7, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #062206 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 34 | 6 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.87 |
| HSL | 120º | 0.7% | 0.08% | - |
| HSV(B) | 120º | 0.82% | 0.13% | - |
| XYZ | 0.68 | 1.2 | 0.37 | - |
| YUV | 22.44 | 118.72 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 34 | 6 | 0.82 | 0 | 0.82 | 0.87 | 120 | 0.7 | 0.08 |
| Hex | 6 | 22 | 6 | 52 | 0 | 52 | 57 | 78 | 46 | 8 |
| Octal | 6 | 42 | 6 | 122 | 0 | 122 | 127 | 170 | 106 | 10 |
| Binary | 110 | 100010 | 110 | 1010010 | 0 | 1010010 | 1010111 | 1111000 | 1000110 | 1000 |
Color Harmonies of #062206
Complementary color
Monochromatic Colors of #062206
Black with #062206
Text Example
Text Example
White with #062206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062206; }
p { color: rgb(6,34,6); }
H1.HeaderClassName
{
color: #062206;
}
.AnyTagClassName
{
color: #062206;
}
</style>
background-color css
<style>
a { background-color: #062206; }
a { background-color: rgb(6,34,6); }
div.DivClassName
{
background-color: #062206;
}
.BgClassName
{
background-color: #062206;
}
</style>
border-color css
<style>
span { border-color: #062206; }
span { border-color: rgb(6,34,6); }
td.TdClassName
{
border-color: #062206;
}
.TagClassName
{
border-color: #062206;
}
</style>