Shades of Myrtle #083C0D
Tints of Myrtle #083C0D
RGB
CMYK
RGB Variations
Color information
#083C0D (or 0x083C0D) is known color: Myrtle. HEX triplet: 08, 3C and 0D. RGB value is (8,60,13). Sum of RGB (Red+Green+Blue) = 8+60+13=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 60 (23.83% from 255 or 74.07% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 60 - color contains mainly: green. Hex color #083C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083C0D is #F7C3F2. Grayscale: #272727. Windows color (decimal): -16237555 or 867336. OLE color: 867336.
HSL color Cylindrical-coordinate representation of color #083C0D: hue angle of 125.77º 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 #083C0D is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 60 | 13 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.76 |
| HSL | 125.77º | 0.76% | 0.13% | - |
| HSV(B) | 125.77º | 0.87% | 0.24% | - |
| XYZ | 1.79 | 3.31 | 0.93 | - |
| YUV | 39.09 | 113.27 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 13 | 0.87 | 0 | 0.78 | 0.76 | 125.77 | 0.76 | 0.13 |
| Hex | 8 | 3C | D | 57 | 0 | 4E | 4C | 7E | 4C | D |
| Octal | 10 | 74 | 15 | 127 | 0 | 116 | 114 | 176 | 114 | 15 |
| Binary | 1000 | 111100 | 1101 | 1010111 | 0 | 1001110 | 1001100 | 1111110 | 1001100 | 1101 |
Color Harmonies of #083C0D
Complementary color
Monochromatic Colors of #083C0D
Black with #083C0D
Text Example
Text Example
White with #083C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083C0D; }
p { color: rgb(8,60,13); }
H1.HeaderClassName
{
color: #083C0D;
}
.AnyTagClassName
{
color: #083C0D;
}
</style>
background-color css
<style>
a { background-color: #083C0D; }
a { background-color: rgb(8,60,13); }
div.DivClassName
{
background-color: #083C0D;
}
.BgClassName
{
background-color: #083C0D;
}
</style>
border-color css
<style>
span { border-color: #083C0D; }
span { border-color: rgb(8,60,13); }
td.TdClassName
{
border-color: #083C0D;
}
.TagClassName
{
border-color: #083C0D;
}
</style>