Shades of Myrtle #065404
Tints of Myrtle #065404
RGB
CMYK
RGB Variations
Color information
#065404 (or 0x065404) is known color: Myrtle. HEX triplet: 06, 54 and 04. RGB value is (6,84,4). Sum of RGB (Red+Green+Blue) = 6+84+4=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 84 (33.20% from 255 or 89.36% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 84 - color contains mainly: green. Hex color #065404 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065404 is #F9ABFB. Grayscale: #333333. Windows color (decimal): -16362492 or 283654. OLE color: 283654.
HSL color Cylindrical-coordinate representation of color #065404: hue angle of 118.5º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065404 is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 84 | 4 | - |
| CMYK | 0.93 | 0 | 0.95 | 0.67 |
| HSL | 118.5º | 0.91% | 0.17% | - |
| HSV(B) | 118.5º | 0.95% | 0.33% | - |
| XYZ | 3.27 | 6.39 | 1.18 | - |
| YUV | 51.56 | 101.16 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 84 | 4 | 0.93 | 0 | 0.95 | 0.67 | 118.5 | 0.91 | 0.17 |
| Hex | 6 | 54 | 4 | 5D | 0 | 5F | 43 | 76 | 5B | 11 |
| Octal | 6 | 124 | 4 | 135 | 0 | 137 | 103 | 166 | 133 | 21 |
| Binary | 110 | 1010100 | 100 | 1011101 | 0 | 1011111 | 1000011 | 1110110 | 1011011 | 10001 |
Color Harmonies of #065404
Complementary color
Monochromatic Colors of #065404
Black with #065404
Text Example
Text Example
White with #065404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065404; }
p { color: rgb(6,84,4); }
H1.HeaderClassName
{
color: #065404;
}
.AnyTagClassName
{
color: #065404;
}
</style>
background-color css
<style>
a { background-color: #065404; }
a { background-color: rgb(6,84,4); }
div.DivClassName
{
background-color: #065404;
}
.BgClassName
{
background-color: #065404;
}
</style>
border-color css
<style>
span { border-color: #065404; }
span { border-color: rgb(6,84,4); }
td.TdClassName
{
border-color: #065404;
}
.TagClassName
{
border-color: #065404;
}
</style>