Shades of Myrtle #0C5008
Tints of Myrtle #0C5008
RGB
CMYK
RGB Variations
Color information
#0C5008 (or 0x0C5008) is known color: Myrtle. HEX triplet: 0C, 50 and 08. RGB value is (12,80,8). Sum of RGB (Red+Green+Blue) = 12+80+8=100 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12% from 100); Green value is 80 (31.64% from 255 or 80% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 80 - color contains mainly: green. Hex color #0C5008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5008 is #F3AFF7. Grayscale: #333333. Windows color (decimal): -15970296 or 544780. OLE color: 544780.
HSL color Cylindrical-coordinate representation of color #0C5008: hue angle of 116.67º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C5008 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 80 | 8 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.69 |
| HSL | 116.67º | 0.82% | 0.17% | - |
| HSV(B) | 116.67º | 0.9% | 0.31% | - |
| XYZ | 3.06 | 5.83 | 1.19 | - |
| YUV | 51.46 | 103.47 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 80 | 8 | 0.85 | 0 | 0.90 | 0.69 | 116.67 | 0.82 | 0.17 |
| Hex | C | 50 | 8 | 55 | 0 | 5A | 45 | 75 | 52 | 11 |
| Octal | 14 | 120 | 10 | 125 | 0 | 132 | 105 | 165 | 122 | 21 |
| Binary | 1100 | 1010000 | 1000 | 1010101 | 0 | 1011010 | 1000101 | 1110101 | 1010010 | 10001 |
Color Harmonies of #0C5008
Complementary color
Monochromatic Colors of #0C5008
Black with #0C5008
Text Example
Text Example
White with #0C5008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5008; }
p { color: rgb(12,80,8); }
H1.HeaderClassName
{
color: #0C5008;
}
.AnyTagClassName
{
color: #0C5008;
}
</style>
background-color css
<style>
a { background-color: #0C5008; }
a { background-color: rgb(12,80,8); }
div.DivClassName
{
background-color: #0C5008;
}
.BgClassName
{
background-color: #0C5008;
}
</style>
border-color css
<style>
span { border-color: #0C5008; }
span { border-color: rgb(12,80,8); }
td.TdClassName
{
border-color: #0C5008;
}
.TagClassName
{
border-color: #0C5008;
}
</style>