Shades of Myrtle #062505
Tints of Myrtle #062505
RGB
CMYK
RGB Variations
Color information
#062505 (or 0x062505) is known color: Myrtle. HEX triplet: 06, 25 and 05. RGB value is (6,37,5). Sum of RGB (Red+Green+Blue) = 6+37+5=48 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.5% from 48); Green value is 37 (14.84% from 255 or 77.08% from 48); Blue value is 5 (2.34% from 255 or 10.42% from 48); Max value from RGB is 37 - color contains mainly: green. Hex color #062505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062505 is #F9DAFA. Grayscale: #181818. Windows color (decimal): -16374523 or 337158. OLE color: 337158.
HSL color Cylindrical-coordinate representation of color #062505: hue angle of 118.12º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #062505 is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 6 | 37 | 5 | - |
| CMYK | 0.84 | 0 | 0.86 | 0.85 |
| HSL | 118.13º | 0.76% | 0.08% | - |
| HSV(B) | 118.13º | 0.86% | 0.15% | - |
| XYZ | 0.76 | 1.37 | 0.37 | - |
| YUV | 24.08 | 117.23 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 37 | 5 | 0.84 | 0 | 0.86 | 0.85 | 118.13 | 0.76 | 0.08 |
| Hex | 6 | 25 | 5 | 54 | 0 | 56 | 55 | 76 | 4C | 8 |
| Octal | 6 | 45 | 5 | 124 | 0 | 126 | 125 | 166 | 114 | 10 |
| Binary | 110 | 100101 | 101 | 1010100 | 0 | 1010110 | 1010101 | 1110110 | 1001100 | 1000 |
Color Harmonies of #062505
Complementary color
Monochromatic Colors of #062505
Black with #062505
Text Example
Text Example
White with #062505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062505; }
p { color: rgb(6,37,5); }
H1.HeaderClassName
{
color: #062505;
}
.AnyTagClassName
{
color: #062505;
}
</style>
background-color css
<style>
a { background-color: #062505; }
a { background-color: rgb(6,37,5); }
div.DivClassName
{
background-color: #062505;
}
.BgClassName
{
background-color: #062505;
}
</style>
border-color css
<style>
span { border-color: #062505; }
span { border-color: rgb(6,37,5); }
td.TdClassName
{
border-color: #062505;
}
.TagClassName
{
border-color: #062505;
}
</style>