Shades of Myrtle #064C03
Tints of Myrtle #064C03
RGB
CMYK
RGB Variations
Color information
#064C03 (or 0x064C03) is known color: Myrtle. HEX triplet: 06, 4C and 03. RGB value is (6,76,3). Sum of RGB (Red+Green+Blue) = 6+76+3=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 76 (30.08% from 255 or 89.41% from 85); Blue value is 3 (1.56% from 255 or 3.53% from 85); Max value from RGB is 76 - color contains mainly: green. Hex color #064C03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064C03 is #F9B3FC. Grayscale: #2E2E2E. Windows color (decimal): -16364541 or 216070. OLE color: 216070.
HSL color Cylindrical-coordinate representation of color #064C03: hue angle of 117.53º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064C03 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 76 | 3 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.70 |
| HSL | 117.53º | 0.92% | 0.15% | - |
| HSV(B) | 117.53º | 0.96% | 0.3% | - |
| XYZ | 2.68 | 5.21 | 0.95 | - |
| YUV | 46.75 | 103.31 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 76 | 3 | 0.92 | 0 | 0.96 | 0.70 | 117.53 | 0.92 | 0.15 |
| Hex | 6 | 4C | 3 | 5C | 0 | 60 | 46 | 76 | 5C | F |
| Octal | 6 | 114 | 3 | 134 | 0 | 140 | 106 | 166 | 134 | 17 |
| Binary | 110 | 1001100 | 11 | 1011100 | 0 | 1100000 | 1000110 | 1110110 | 1011100 | 1111 |
Color Harmonies of #064C03
Complementary color
Monochromatic Colors of #064C03
Black with #064C03
Text Example
Text Example
White with #064C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064C03; }
p { color: rgb(6,76,3); }
H1.HeaderClassName
{
color: #064C03;
}
.AnyTagClassName
{
color: #064C03;
}
</style>
background-color css
<style>
a { background-color: #064C03; }
a { background-color: rgb(6,76,3); }
div.DivClassName
{
background-color: #064C03;
}
.BgClassName
{
background-color: #064C03;
}
</style>
border-color css
<style>
span { border-color: #064C03; }
span { border-color: rgb(6,76,3); }
td.TdClassName
{
border-color: #064C03;
}
.TagClassName
{
border-color: #064C03;
}
</style>