Shades of Myrtle #065305
Tints of Myrtle #065305
RGB
CMYK
RGB Variations
Color information
#065305 (or 0x065305) is known color: Myrtle. HEX triplet: 06, 53 and 05. RGB value is (6,83,5). Sum of RGB (Red+Green+Blue) = 6+83+5=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 83 (32.81% from 255 or 88.30% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 83 - color contains mainly: green. Hex color #065305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065305 is #F9ACFA. Grayscale: #333333. Windows color (decimal): -16362747 or 348934. OLE color: 348934.
HSL color Cylindrical-coordinate representation of color #065305: hue angle of 119.23º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065305 is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 83 | 5 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.67 |
| HSL | 119.23º | 0.89% | 0.17% | - |
| HSV(B) | 119.23º | 0.94% | 0.33% | - |
| XYZ | 3.2 | 6.24 | 1.18 | - |
| YUV | 51.09 | 101.99 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 83 | 5 | 0.93 | 0 | 0.94 | 0.67 | 119.23 | 0.89 | 0.17 |
| Hex | 6 | 53 | 5 | 5D | 0 | 5E | 43 | 77 | 59 | 11 |
| Octal | 6 | 123 | 5 | 135 | 0 | 136 | 103 | 167 | 131 | 21 |
| Binary | 110 | 1010011 | 101 | 1011101 | 0 | 1011110 | 1000011 | 1110111 | 1011001 | 10001 |
Color Harmonies of #065305
Complementary color
Monochromatic Colors of #065305
Black with #065305
Text Example
Text Example
White with #065305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065305; }
p { color: rgb(6,83,5); }
H1.HeaderClassName
{
color: #065305;
}
.AnyTagClassName
{
color: #065305;
}
</style>
background-color css
<style>
a { background-color: #065305; }
a { background-color: rgb(6,83,5); }
div.DivClassName
{
background-color: #065305;
}
.BgClassName
{
background-color: #065305;
}
</style>
border-color css
<style>
span { border-color: #065305; }
span { border-color: rgb(6,83,5); }
td.TdClassName
{
border-color: #065305;
}
.TagClassName
{
border-color: #065305;
}
</style>