Shades of Myrtle #065008
Tints of Myrtle #065008
RGB
CMYK
RGB Variations
Color information
#065008 (or 0x065008) is known color: Myrtle. HEX triplet: 06, 50 and 08. RGB value is (6,80,8). Sum of RGB (Red+Green+Blue) = 6+80+8=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 80 (31.64% from 255 or 85.11% from 94); Blue value is 8 (3.52% from 255 or 8.51% from 94); Max value from RGB is 80 - color contains mainly: green. Hex color #065008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065008 is #F9AFF7. Grayscale: #313131. Windows color (decimal): -16363512 or 544774. OLE color: 544774.
HSL color Cylindrical-coordinate representation of color #065008: hue angle of 121.62º 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 #065008 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 80 | 8 | - |
| CMYK | 0.92 | 0 | 0.90 | 0.69 |
| HSL | 121.62º | 0.86% | 0.17% | - |
| HSV(B) | 121.62º | 0.93% | 0.31% | - |
| XYZ | 2.99 | 5.79 | 1.19 | - |
| YUV | 49.67 | 104.48 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 8 | 0.92 | 0 | 0.90 | 0.69 | 121.62 | 0.86 | 0.17 |
| Hex | 6 | 50 | 8 | 5C | 0 | 5A | 45 | 7A | 56 | 11 |
| Octal | 6 | 120 | 10 | 134 | 0 | 132 | 105 | 172 | 126 | 21 |
| Binary | 110 | 1010000 | 1000 | 1011100 | 0 | 1011010 | 1000101 | 1111010 | 1010110 | 10001 |
Color Harmonies of #065008
Complementary color
Monochromatic Colors of #065008
Black with #065008
Text Example
Text Example
White with #065008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065008; }
p { color: rgb(6,80,8); }
H1.HeaderClassName
{
color: #065008;
}
.AnyTagClassName
{
color: #065008;
}
</style>
background-color css
<style>
a { background-color: #065008; }
a { background-color: rgb(6,80,8); }
div.DivClassName
{
background-color: #065008;
}
.BgClassName
{
background-color: #065008;
}
</style>
border-color css
<style>
span { border-color: #065008; }
span { border-color: rgb(6,80,8); }
td.TdClassName
{
border-color: #065008;
}
.TagClassName
{
border-color: #065008;
}
</style>