Shades of Myrtle #062002
Tints of Myrtle #062002
RGB
CMYK
RGB Variations
Color information
#062002 (or 0x062002) is known color: Myrtle. HEX triplet: 06, 20 and 02. RGB value is (6,32,2). Sum of RGB (Red+Green+Blue) = 6+32+2=40 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15% from 40); Green value is 32 (12.89% from 255 or 80% from 40); Blue value is 2 (1.17% from 255 or 5% from 40); Max value from RGB is 32 - color contains mainly: green. Hex color #062002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062002 is #F9DFFD. Grayscale: #141414. Windows color (decimal): -16375806 or 139270. OLE color: 139270.
HSL color Cylindrical-coordinate representation of color #062002: hue angle of 112º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062002 is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 32 | 2 | - |
| CMYK | 0.81 | 0 | 0.94 | 0.87 |
| HSL | 112º | 0.88% | 0.07% | - |
| HSV(B) | 112º | 0.94% | 0.13% | - |
| XYZ | 0.6 | 1.08 | 0.23 | - |
| YUV | 20.81 | 117.39 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 2 | 0.81 | 0 | 0.94 | 0.87 | 112 | 0.88 | 0.07 |
| Hex | 6 | 20 | 2 | 51 | 0 | 5E | 57 | 70 | 58 | 7 |
| Octal | 6 | 40 | 2 | 121 | 0 | 136 | 127 | 160 | 130 | 7 |
| Binary | 110 | 100000 | 10 | 1010001 | 0 | 1011110 | 1010111 | 1110000 | 1011000 | 111 |
Color Harmonies of #062002
Complementary color
Monochromatic Colors of #062002
Black with #062002
Text Example
Text Example
White with #062002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062002; }
p { color: rgb(6,32,2); }
H1.HeaderClassName
{
color: #062002;
}
.AnyTagClassName
{
color: #062002;
}
</style>
background-color css
<style>
a { background-color: #062002; }
a { background-color: rgb(6,32,2); }
div.DivClassName
{
background-color: #062002;
}
.BgClassName
{
background-color: #062002;
}
</style>
border-color css
<style>
span { border-color: #062002; }
span { border-color: rgb(6,32,2); }
td.TdClassName
{
border-color: #062002;
}
.TagClassName
{
border-color: #062002;
}
</style>