Shades of Myrtle #0A5508
Tints of Myrtle #0A5508
RGB
CMYK
RGB Variations
Color information
#0A5508 (or 0x0A5508) is known color: Myrtle. HEX triplet: 0A, 55 and 08. RGB value is (10,85,8). Sum of RGB (Red+Green+Blue) = 10+85+8=103 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.71% from 103); Green value is 85 (33.59% from 255 or 82.52% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 85 - color contains mainly: green. Hex color #0A5508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5508 is #F5AAF7. Grayscale: #363636. Windows color (decimal): -16100088 or 546058. OLE color: 546058.
HSL color Cylindrical-coordinate representation of color #0A5508: hue angle of 118.44º 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 #0A5508 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 85 | 8 | - |
| CMYK | 0.88 | 0 | 0.91 | 0.67 |
| HSL | 118.44º | 0.83% | 0.18% | - |
| HSV(B) | 118.44º | 0.91% | 0.33% | - |
| XYZ | 3.42 | 6.58 | 1.32 | - |
| YUV | 53.8 | 102.15 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 85 | 8 | 0.88 | 0 | 0.91 | 0.67 | 118.44 | 0.83 | 0.18 |
| Hex | A | 55 | 8 | 58 | 0 | 5B | 43 | 76 | 53 | 12 |
| Octal | 12 | 125 | 10 | 130 | 0 | 133 | 103 | 166 | 123 | 22 |
| Binary | 1010 | 1010101 | 1000 | 1011000 | 0 | 1011011 | 1000011 | 1110110 | 1010011 | 10010 |
Color Harmonies of #0A5508
Complementary color
Monochromatic Colors of #0A5508
Black with #0A5508
Text Example
Text Example
White with #0A5508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5508; }
p { color: rgb(10,85,8); }
H1.HeaderClassName
{
color: #0A5508;
}
.AnyTagClassName
{
color: #0A5508;
}
</style>
background-color css
<style>
a { background-color: #0A5508; }
a { background-color: rgb(10,85,8); }
div.DivClassName
{
background-color: #0A5508;
}
.BgClassName
{
background-color: #0A5508;
}
</style>
border-color css
<style>
span { border-color: #0A5508; }
span { border-color: rgb(10,85,8); }
td.TdClassName
{
border-color: #0A5508;
}
.TagClassName
{
border-color: #0A5508;
}
</style>