Shades of Myrtle #08550E
Tints of Myrtle #08550E
RGB
CMYK
RGB Variations
Color information
#08550E (or 0x08550E) is known color: Myrtle. HEX triplet: 08, 55 and 0E. RGB value is (8,85,14). Sum of RGB (Red+Green+Blue) = 8+85+14=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 85 (33.59% from 255 or 79.44% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 85 - color contains mainly: green. Hex color #08550E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08550E is #F7AAF1. Grayscale: #363636. Windows color (decimal): -16231154 or 939272. OLE color: 939272.
HSL color Cylindrical-coordinate representation of color #08550E: hue angle of 124.68º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08550E is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 85 | 14 | - |
| CMYK | 0.91 | 0 | 0.84 | 0.67 |
| HSL | 124.68º | 0.83% | 0.18% | - |
| HSV(B) | 124.68º | 0.91% | 0.33% | - |
| XYZ | 3.43 | 6.58 | 1.5 | - |
| YUV | 53.88 | 105.49 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 85 | 14 | 0.91 | 0 | 0.84 | 0.67 | 124.68 | 0.83 | 0.18 |
| Hex | 8 | 55 | E | 5B | 0 | 54 | 43 | 7D | 53 | 12 |
| Octal | 10 | 125 | 16 | 133 | 0 | 124 | 103 | 175 | 123 | 22 |
| Binary | 1000 | 1010101 | 1110 | 1011011 | 0 | 1010100 | 1000011 | 1111101 | 1010011 | 10010 |
Color Harmonies of #08550E
Complementary color
Monochromatic Colors of #08550E
Black with #08550E
Text Example
Text Example
White with #08550E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08550E; }
p { color: rgb(8,85,14); }
H1.HeaderClassName
{
color: #08550E;
}
.AnyTagClassName
{
color: #08550E;
}
</style>
background-color css
<style>
a { background-color: #08550E; }
a { background-color: rgb(8,85,14); }
div.DivClassName
{
background-color: #08550E;
}
.BgClassName
{
background-color: #08550E;
}
</style>
border-color css
<style>
span { border-color: #08550E; }
span { border-color: rgb(8,85,14); }
td.TdClassName
{
border-color: #08550E;
}
.TagClassName
{
border-color: #08550E;
}
</style>