Shades of Myrtle #065307
Tints of Myrtle #065307
RGB
CMYK
RGB Variations
Color information
#065307 (or 0x065307) is known color: Myrtle. HEX triplet: 06, 53 and 07. RGB value is (6,83,7). Sum of RGB (Red+Green+Blue) = 6+83+7=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 83 (32.81% from 255 or 86.46% from 96); Blue value is 7 (3.12% from 255 or 7.29% from 96); Max value from RGB is 83 - color contains mainly: green. Hex color #065307 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065307 is #F9ACF8. Grayscale: #333333. Windows color (decimal): -16362745 or 480006. OLE color: 480006.
HSL color Cylindrical-coordinate representation of color #065307: hue angle of 120.78º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065307 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 83 | 7 | - |
| CMYK | 0.93 | 0 | 0.92 | 0.67 |
| HSL | 120.78º | 0.87% | 0.17% | - |
| HSV(B) | 120.78º | 0.93% | 0.33% | - |
| XYZ | 3.21 | 6.24 | 1.24 | - |
| YUV | 51.31 | 102.99 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 83 | 7 | 0.93 | 0 | 0.92 | 0.67 | 120.78 | 0.87 | 0.17 |
| Hex | 6 | 53 | 7 | 5D | 0 | 5C | 43 | 79 | 57 | 11 |
| Octal | 6 | 123 | 7 | 135 | 0 | 134 | 103 | 171 | 127 | 21 |
| Binary | 110 | 1010011 | 111 | 1011101 | 0 | 1011100 | 1000011 | 1111001 | 1010111 | 10001 |
Color Harmonies of #065307
Complementary color
Monochromatic Colors of #065307
Black with #065307
Text Example
Text Example
White with #065307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065307; }
p { color: rgb(6,83,7); }
H1.HeaderClassName
{
color: #065307;
}
.AnyTagClassName
{
color: #065307;
}
</style>
background-color css
<style>
a { background-color: #065307; }
a { background-color: rgb(6,83,7); }
div.DivClassName
{
background-color: #065307;
}
.BgClassName
{
background-color: #065307;
}
</style>
border-color css
<style>
span { border-color: #065307; }
span { border-color: rgb(6,83,7); }
td.TdClassName
{
border-color: #065307;
}
.TagClassName
{
border-color: #065307;
}
</style>