Shades of Myrtle #082705
Tints of Myrtle #082705
RGB
CMYK
RGB Variations
Color information
#082705 (or 0x082705) is known color: Myrtle. HEX triplet: 08, 27 and 05. RGB value is (8,39,5). Sum of RGB (Red+Green+Blue) = 8+39+5=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 39 (15.62% from 255 or 75% from 52); Blue value is 5 (2.34% from 255 or 9.62% from 52); Max value from RGB is 39 - color contains mainly: green. Hex color #082705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082705 is #F7D8FA. Grayscale: #191919. Windows color (decimal): -16242939 or 337672. OLE color: 337672.
HSL color Cylindrical-coordinate representation of color #082705: hue angle of 114.71º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #082705 is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 39 | 5 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.85 |
| HSL | 114.71º | 0.77% | 0.09% | - |
| HSV(B) | 114.71º | 0.87% | 0.15% | - |
| XYZ | 0.85 | 1.51 | 0.39 | - |
| YUV | 25.86 | 116.23 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 5 | 0.79 | 0 | 0.87 | 0.85 | 114.71 | 0.77 | 0.09 |
| Hex | 8 | 27 | 5 | 4F | 0 | 57 | 55 | 73 | 4D | 9 |
| Octal | 10 | 47 | 5 | 117 | 0 | 127 | 125 | 163 | 115 | 11 |
| Binary | 1000 | 100111 | 101 | 1001111 | 0 | 1010111 | 1010101 | 1110011 | 1001101 | 1001 |
Color Harmonies of #082705
Complementary color
Monochromatic Colors of #082705
Black with #082705
Text Example
Text Example
White with #082705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082705; }
p { color: rgb(8,39,5); }
H1.HeaderClassName
{
color: #082705;
}
.AnyTagClassName
{
color: #082705;
}
</style>
background-color css
<style>
a { background-color: #082705; }
a { background-color: rgb(8,39,5); }
div.DivClassName
{
background-color: #082705;
}
.BgClassName
{
background-color: #082705;
}
</style>
border-color css
<style>
span { border-color: #082705; }
span { border-color: rgb(8,39,5); }
td.TdClassName
{
border-color: #082705;
}
.TagClassName
{
border-color: #082705;
}
</style>