Shades of Myrtle #063308
Tints of Myrtle #063308
RGB
CMYK
RGB Variations
Color information
#063308 (or 0x063308) is known color: Myrtle. HEX triplet: 06, 33 and 08. RGB value is (6,51,8). Sum of RGB (Red+Green+Blue) = 6+51+8=65 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.23% from 65); Green value is 51 (20.31% from 255 or 78.46% from 65); Blue value is 8 (3.52% from 255 or 12.31% from 65); Max value from RGB is 51 - color contains mainly: green. Hex color #063308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063308 is #F9CCF7. Grayscale: #202020. Windows color (decimal): -16370936 or 537350. OLE color: 537350.
HSL color Cylindrical-coordinate representation of color #063308: hue angle of 122.67º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063308 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 6 | 51 | 8 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.8 |
| HSL | 122.67º | 0.79% | 0.11% | - |
| HSV(B) | 122.67º | 0.88% | 0.2% | - |
| XYZ | 1.3 | 2.42 | 0.63 | - |
| YUV | 32.64 | 114.09 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 51 | 8 | 0.88 | 0 | 0.84 | 0.8 | 122.67 | 0.79 | 0.11 |
| Hex | 6 | 33 | 8 | 58 | 0 | 54 | 50 | 7B | 4F | B |
| Octal | 6 | 63 | 10 | 130 | 0 | 124 | 120 | 173 | 117 | 13 |
| Binary | 110 | 110011 | 1000 | 1011000 | 0 | 1010100 | 1010000 | 1111011 | 1001111 | 1011 |
Color Harmonies of #063308
Complementary color
Monochromatic Colors of #063308
Black with #063308
Text Example
Text Example
White with #063308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063308; }
p { color: rgb(6,51,8); }
H1.HeaderClassName
{
color: #063308;
}
.AnyTagClassName
{
color: #063308;
}
</style>
background-color css
<style>
a { background-color: #063308; }
a { background-color: rgb(6,51,8); }
div.DivClassName
{
background-color: #063308;
}
.BgClassName
{
background-color: #063308;
}
</style>
border-color css
<style>
span { border-color: #063308; }
span { border-color: rgb(6,51,8); }
td.TdClassName
{
border-color: #063308;
}
.TagClassName
{
border-color: #063308;
}
</style>