Shades of Myrtle #08540C
Tints of Myrtle #08540C
RGB
CMYK
RGB Variations
Color information
#08540C (or 0x08540C) is known color: Myrtle. HEX triplet: 08, 54 and 0C. RGB value is (8,84,12). Sum of RGB (Red+Green+Blue) = 8+84+12=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 84 (33.20% from 255 or 80.77% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 84 - color contains mainly: green. Hex color #08540C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08540C is #F7ABF3. Grayscale: #353535. Windows color (decimal): -16231412 or 807944. OLE color: 807944.
HSL color Cylindrical-coordinate representation of color #08540C: hue angle of 123.16º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08540C is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 84 | 12 | - |
| CMYK | 0.90 | 0 | 0.86 | 0.67 |
| HSL | 123.16º | 0.83% | 0.18% | - |
| HSV(B) | 123.16º | 0.9% | 0.33% | - |
| XYZ | 3.34 | 6.42 | 1.41 | - |
| YUV | 53.07 | 104.82 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 12 | 0.90 | 0 | 0.86 | 0.67 | 123.16 | 0.83 | 0.18 |
| Hex | 8 | 54 | C | 5A | 0 | 56 | 43 | 7B | 53 | 12 |
| Octal | 10 | 124 | 14 | 132 | 0 | 126 | 103 | 173 | 123 | 22 |
| Binary | 1000 | 1010100 | 1100 | 1011010 | 0 | 1010110 | 1000011 | 1111011 | 1010011 | 10010 |
Color Harmonies of #08540C
Complementary color
Monochromatic Colors of #08540C
Black with #08540C
Text Example
Text Example
White with #08540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08540C; }
p { color: rgb(8,84,12); }
H1.HeaderClassName
{
color: #08540C;
}
.AnyTagClassName
{
color: #08540C;
}
</style>
background-color css
<style>
a { background-color: #08540C; }
a { background-color: rgb(8,84,12); }
div.DivClassName
{
background-color: #08540C;
}
.BgClassName
{
background-color: #08540C;
}
</style>
border-color css
<style>
span { border-color: #08540C; }
span { border-color: rgb(8,84,12); }
td.TdClassName
{
border-color: #08540C;
}
.TagClassName
{
border-color: #08540C;
}
</style>