Shades of Myrtle #083C0E
Tints of Myrtle #083C0E
RGB
CMYK
RGB Variations
Color information
#083C0E (or 0x083C0E) is known color: Myrtle. HEX triplet: 08, 3C and 0E. RGB value is (8,60,14). Sum of RGB (Red+Green+Blue) = 8+60+14=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 60 (23.83% from 255 or 73.17% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 60 - color contains mainly: green. Hex color #083C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083C0E is #F7C3F1. Grayscale: #272727. Windows color (decimal): -16237554 or 932872. OLE color: 932872.
HSL color Cylindrical-coordinate representation of color #083C0E: hue angle of 126.92º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #083C0E is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 60 | 14 | - |
| CMYK | 0.87 | 0 | 0.77 | 0.76 |
| HSL | 126.92º | 0.76% | 0.13% | - |
| HSV(B) | 126.92º | 0.87% | 0.24% | - |
| XYZ | 1.8 | 3.32 | 0.96 | - |
| YUV | 39.21 | 113.77 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 14 | 0.87 | 0 | 0.77 | 0.76 | 126.92 | 0.76 | 0.13 |
| Hex | 8 | 3C | E | 57 | 0 | 4D | 4C | 7F | 4C | D |
| Octal | 10 | 74 | 16 | 127 | 0 | 115 | 114 | 177 | 114 | 15 |
| Binary | 1000 | 111100 | 1110 | 1010111 | 0 | 1001101 | 1001100 | 1111111 | 1001100 | 1101 |
Color Harmonies of #083C0E
Complementary color
Monochromatic Colors of #083C0E
Black with #083C0E
Text Example
Text Example
White with #083C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083C0E; }
p { color: rgb(8,60,14); }
H1.HeaderClassName
{
color: #083C0E;
}
.AnyTagClassName
{
color: #083C0E;
}
</style>
background-color css
<style>
a { background-color: #083C0E; }
a { background-color: rgb(8,60,14); }
div.DivClassName
{
background-color: #083C0E;
}
.BgClassName
{
background-color: #083C0E;
}
</style>
border-color css
<style>
span { border-color: #083C0E; }
span { border-color: rgb(8,60,14); }
td.TdClassName
{
border-color: #083C0E;
}
.TagClassName
{
border-color: #083C0E;
}
</style>