Shades of Myrtle #065403
Tints of Myrtle #065403
RGB
CMYK
RGB Variations
Color information
#065403 (or 0x065403) is known color: Myrtle. HEX triplet: 06, 54 and 03. RGB value is (6,84,3). Sum of RGB (Red+Green+Blue) = 6+84+3=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 84 (33.20% from 255 or 90.32% from 93); Blue value is 3 (1.56% from 255 or 3.23% from 93); Max value from RGB is 84 - color contains mainly: green. Hex color #065403 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065403 is #F9ABFC. Grayscale: #333333. Windows color (decimal): -16362493 or 218118. OLE color: 218118.
HSL color Cylindrical-coordinate representation of color #065403: hue angle of 117.78º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065403 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 84 | 3 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.67 |
| HSL | 117.78º | 0.93% | 0.17% | - |
| HSV(B) | 117.78º | 0.96% | 0.33% | - |
| XYZ | 3.26 | 6.39 | 1.15 | - |
| YUV | 51.44 | 100.66 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 84 | 3 | 0.93 | 0 | 0.96 | 0.67 | 117.78 | 0.93 | 0.17 |
| Hex | 6 | 54 | 3 | 5D | 0 | 60 | 43 | 76 | 5D | 11 |
| Octal | 6 | 124 | 3 | 135 | 0 | 140 | 103 | 166 | 135 | 21 |
| Binary | 110 | 1010100 | 11 | 1011101 | 0 | 1100000 | 1000011 | 1110110 | 1011101 | 10001 |
Color Harmonies of #065403
Complementary color
Monochromatic Colors of #065403
Black with #065403
Text Example
Text Example
White with #065403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065403; }
p { color: rgb(6,84,3); }
H1.HeaderClassName
{
color: #065403;
}
.AnyTagClassName
{
color: #065403;
}
</style>
background-color css
<style>
a { background-color: #065403; }
a { background-color: rgb(6,84,3); }
div.DivClassName
{
background-color: #065403;
}
.BgClassName
{
background-color: #065403;
}
</style>
border-color css
<style>
span { border-color: #065403; }
span { border-color: rgb(6,84,3); }
td.TdClassName
{
border-color: #065403;
}
.TagClassName
{
border-color: #065403;
}
</style>