Shades of Myrtle #065006
Tints of Myrtle #065006
RGB
CMYK
RGB Variations
Color information
#065006 (or 0x065006) is known color: Myrtle. HEX triplet: 06, 50 and 06. RGB value is (6,80,6). Sum of RGB (Red+Green+Blue) = 6+80+6=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 80 (31.64% from 255 or 86.96% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 80 - color contains mainly: green. Hex color #065006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065006 is #F9AFF9. Grayscale: #313131. Windows color (decimal): -16363514 or 413702. OLE color: 413702.
HSL color Cylindrical-coordinate representation of color #065006: hue angle of 120º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065006 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 80 | 6 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.69 |
| HSL | 120º | 0.86% | 0.17% | - |
| HSV(B) | 120º | 0.93% | 0.31% | - |
| XYZ | 2.98 | 5.79 | 1.13 | - |
| YUV | 49.44 | 103.48 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 6 | 0.92 | 0 | 0.92 | 0.69 | 120 | 0.86 | 0.17 |
| Hex | 6 | 50 | 6 | 5C | 0 | 5C | 45 | 78 | 56 | 11 |
| Octal | 6 | 120 | 6 | 134 | 0 | 134 | 105 | 170 | 126 | 21 |
| Binary | 110 | 1010000 | 110 | 1011100 | 0 | 1011100 | 1000101 | 1111000 | 1010110 | 10001 |
Color Harmonies of #065006
Complementary color
Monochromatic Colors of #065006
Black with #065006
Text Example
Text Example
White with #065006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065006; }
p { color: rgb(6,80,6); }
H1.HeaderClassName
{
color: #065006;
}
.AnyTagClassName
{
color: #065006;
}
</style>
background-color css
<style>
a { background-color: #065006; }
a { background-color: rgb(6,80,6); }
div.DivClassName
{
background-color: #065006;
}
.BgClassName
{
background-color: #065006;
}
</style>
border-color css
<style>
span { border-color: #065006; }
span { border-color: rgb(6,80,6); }
td.TdClassName
{
border-color: #065006;
}
.TagClassName
{
border-color: #065006;
}
</style>