Shades of Myrtle #08460D
Tints of Myrtle #08460D
RGB
CMYK
RGB Variations
Color information
#08460D (or 0x08460D) is known color: Myrtle. HEX triplet: 08, 46 and 0D. RGB value is (8,70,13). Sum of RGB (Red+Green+Blue) = 8+70+13=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 70 (27.73% from 255 or 76.92% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 70 - color contains mainly: green. Hex color #08460D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08460D is #F7B9F2. Grayscale: #2D2D2D. Windows color (decimal): -16234995 or 869896. OLE color: 869896.
HSL color Cylindrical-coordinate representation of color #08460D: hue angle of 124.84º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08460D is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 70 | 13 | - |
| CMYK | 0.89 | 0 | 0.81 | 0.73 |
| HSL | 124.84º | 0.79% | 0.15% | - |
| HSV(B) | 124.84º | 0.89% | 0.27% | - |
| XYZ | 2.36 | 4.46 | 1.12 | - |
| YUV | 44.96 | 109.96 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 70 | 13 | 0.89 | 0 | 0.81 | 0.73 | 124.84 | 0.79 | 0.15 |
| Hex | 8 | 46 | D | 59 | 0 | 51 | 49 | 7D | 4F | F |
| Octal | 10 | 106 | 15 | 131 | 0 | 121 | 111 | 175 | 117 | 17 |
| Binary | 1000 | 1000110 | 1101 | 1011001 | 0 | 1010001 | 1001001 | 1111101 | 1001111 | 1111 |
Color Harmonies of #08460D
Complementary color
Monochromatic Colors of #08460D
Black with #08460D
Text Example
Text Example
White with #08460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08460D; }
p { color: rgb(8,70,13); }
H1.HeaderClassName
{
color: #08460D;
}
.AnyTagClassName
{
color: #08460D;
}
</style>
background-color css
<style>
a { background-color: #08460D; }
a { background-color: rgb(8,70,13); }
div.DivClassName
{
background-color: #08460D;
}
.BgClassName
{
background-color: #08460D;
}
</style>
border-color css
<style>
span { border-color: #08460D; }
span { border-color: rgb(8,70,13); }
td.TdClassName
{
border-color: #08460D;
}
.TagClassName
{
border-color: #08460D;
}
</style>