Shades of Myrtle #064103
Tints of Myrtle #064103
RGB
CMYK
RGB Variations
Color information
#064103 (or 0x064103) is known color: Myrtle. HEX triplet: 06, 41 and 03. RGB value is (6,65,3). Sum of RGB (Red+Green+Blue) = 6+65+3=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 65 (25.78% from 255 or 87.84% from 74); Blue value is 3 (1.56% from 255 or 4.05% from 74); Max value from RGB is 65 - color contains mainly: green. Hex color #064103 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064103 is #F9BEFC. Grayscale: #282828. Windows color (decimal): -16367357 or 213254. OLE color: 213254.
HSL color Cylindrical-coordinate representation of color #064103: hue angle of 117.1º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064103 is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 65 | 3 | - |
| CMYK | 0.91 | 0 | 0.95 | 0.75 |
| HSL | 117.1º | 0.91% | 0.13% | - |
| HSV(B) | 117.1º | 0.95% | 0.25% | - |
| XYZ | 1.98 | 3.83 | 0.72 | - |
| YUV | 40.29 | 106.95 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 65 | 3 | 0.91 | 0 | 0.95 | 0.75 | 117.1 | 0.91 | 0.13 |
| Hex | 6 | 41 | 3 | 5B | 0 | 5F | 4B | 75 | 5B | D |
| Octal | 6 | 101 | 3 | 133 | 0 | 137 | 113 | 165 | 133 | 15 |
| Binary | 110 | 1000001 | 11 | 1011011 | 0 | 1011111 | 1001011 | 1110101 | 1011011 | 1101 |
Color Harmonies of #064103
Complementary color
Monochromatic Colors of #064103
Black with #064103
Text Example
Text Example
White with #064103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064103; }
p { color: rgb(6,65,3); }
H1.HeaderClassName
{
color: #064103;
}
.AnyTagClassName
{
color: #064103;
}
</style>
background-color css
<style>
a { background-color: #064103; }
a { background-color: rgb(6,65,3); }
div.DivClassName
{
background-color: #064103;
}
.BgClassName
{
background-color: #064103;
}
</style>
border-color css
<style>
span { border-color: #064103; }
span { border-color: rgb(6,65,3); }
td.TdClassName
{
border-color: #064103;
}
.TagClassName
{
border-color: #064103;
}
</style>