Shades of Myrtle #08520E
Tints of Myrtle #08520E
RGB
CMYK
RGB Variations
Color information
#08520E (or 0x08520E) is known color: Myrtle. HEX triplet: 08, 52 and 0E. RGB value is (8,82,14). Sum of RGB (Red+Green+Blue) = 8+82+14=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 82 (32.42% from 255 or 78.85% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 82 - color contains mainly: green. Hex color #08520E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08520E is #F7ADF1. Grayscale: #343434. Windows color (decimal): -16231922 or 938504. OLE color: 938504.
HSL color Cylindrical-coordinate representation of color #08520E: hue angle of 124.86º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08520E is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 82 | 14 | - |
| CMYK | 0.90 | 0 | 0.83 | 0.68 |
| HSL | 124.86º | 0.82% | 0.18% | - |
| HSV(B) | 124.86º | 0.9% | 0.32% | - |
| XYZ | 3.2 | 6.12 | 1.43 | - |
| YUV | 52.12 | 106.48 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 14 | 0.90 | 0 | 0.83 | 0.68 | 124.86 | 0.82 | 0.18 |
| Hex | 8 | 52 | E | 5A | 0 | 53 | 44 | 7D | 52 | 12 |
| Octal | 10 | 122 | 16 | 132 | 0 | 123 | 104 | 175 | 122 | 22 |
| Binary | 1000 | 1010010 | 1110 | 1011010 | 0 | 1010011 | 1000100 | 1111101 | 1010010 | 10010 |
Color Harmonies of #08520E
Complementary color
Monochromatic Colors of #08520E
Black with #08520E
Text Example
Text Example
White with #08520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08520E; }
p { color: rgb(8,82,14); }
H1.HeaderClassName
{
color: #08520E;
}
.AnyTagClassName
{
color: #08520E;
}
</style>
background-color css
<style>
a { background-color: #08520E; }
a { background-color: rgb(8,82,14); }
div.DivClassName
{
background-color: #08520E;
}
.BgClassName
{
background-color: #08520E;
}
</style>
border-color css
<style>
span { border-color: #08520E; }
span { border-color: rgb(8,82,14); }
td.TdClassName
{
border-color: #08520E;
}
.TagClassName
{
border-color: #08520E;
}
</style>