Shades of Myrtle #063D0B
Tints of Myrtle #063D0B
RGB
CMYK
RGB Variations
Color information
#063D0B (or 0x063D0B) is known color: Myrtle. HEX triplet: 06, 3D and 0B. RGB value is (6,61,11). Sum of RGB (Red+Green+Blue) = 6+61+11=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 61 (24.22% from 255 or 78.21% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 61 - color contains mainly: green. Hex color #063D0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063D0B is #F9C2F4. Grayscale: #262626. Windows color (decimal): -16368373 or 736518. OLE color: 736518.
HSL color Cylindrical-coordinate representation of color #063D0B: hue angle of 125.45º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063D0B is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 61 | 11 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.76 |
| HSL | 125.45º | 0.82% | 0.13% | - |
| HSV(B) | 125.45º | 0.9% | 0.24% | - |
| XYZ | 1.8 | 3.4 | 0.88 | - |
| YUV | 38.86 | 112.28 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 11 | 0.90 | 0 | 0.82 | 0.76 | 125.45 | 0.82 | 0.13 |
| Hex | 6 | 3D | B | 5A | 0 | 52 | 4C | 7D | 52 | D |
| Octal | 6 | 75 | 13 | 132 | 0 | 122 | 114 | 175 | 122 | 15 |
| Binary | 110 | 111101 | 1011 | 1011010 | 0 | 1010010 | 1001100 | 1111101 | 1010010 | 1101 |
Color Harmonies of #063D0B
Complementary color
Monochromatic Colors of #063D0B
Black with #063D0B
Text Example
Text Example
White with #063D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063D0B; }
p { color: rgb(6,61,11); }
H1.HeaderClassName
{
color: #063D0B;
}
.AnyTagClassName
{
color: #063D0B;
}
</style>
background-color css
<style>
a { background-color: #063D0B; }
a { background-color: rgb(6,61,11); }
div.DivClassName
{
background-color: #063D0B;
}
.BgClassName
{
background-color: #063D0B;
}
</style>
border-color css
<style>
span { border-color: #063D0B; }
span { border-color: rgb(6,61,11); }
td.TdClassName
{
border-color: #063D0B;
}
.TagClassName
{
border-color: #063D0B;
}
</style>