Shades of Myrtle #065200
Tints of Myrtle #065200
RGB
CMYK
RGB Variations
Color information
#065200 (or 0x065200) is known color: Myrtle. HEX triplet: 06, 52 and 00. RGB value is (6,82,0). Sum of RGB (Red+Green+Blue) = 6+82+0=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 82 (32.42% from 255 or 93.18% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 82 - color contains mainly: green. Hex color #065200 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065200 is #F9ADFF. Grayscale: #323232. Windows color (decimal): -16363008 or 20998. OLE color: 20998.
HSL color Cylindrical-coordinate representation of color #065200: hue angle of 115.61º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #065200 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 82 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.68 |
| HSL | 115.61º | 1% | 0.16% | - |
| HSV(B) | 115.61º | 1% | 0.32% | - |
| XYZ | 3.09 | 6.07 | 1.01 | - |
| YUV | 49.93 | 99.82 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 82 | 0 | 0.93 | 0 | 1 | 0.68 | 115.61 | 1 | 0.16 |
| Hex | 6 | 52 | 0 | 5D | 0 | 64 | 44 | 74 | 64 | 10 |
| Octal | 6 | 122 | 0 | 135 | 0 | 144 | 104 | 164 | 144 | 20 |
| Binary | 110 | 1010010 | 0 | 1011101 | 0 | 1100100 | 1000100 | 1110100 | 1100100 | 10000 |
Color Harmonies of #065200
Complementary color
Monochromatic Colors of #065200
Black with #065200
Text Example
Text Example
White with #065200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065200; }
p { color: rgb(6,82,0); }
H1.HeaderClassName
{
color: #065200;
}
.AnyTagClassName
{
color: #065200;
}
</style>
background-color css
<style>
a { background-color: #065200; }
a { background-color: rgb(6,82,0); }
div.DivClassName
{
background-color: #065200;
}
.BgClassName
{
background-color: #065200;
}
</style>
border-color css
<style>
span { border-color: #065200; }
span { border-color: rgb(6,82,0); }
td.TdClassName
{
border-color: #065200;
}
.TagClassName
{
border-color: #065200;
}
</style>