Shades of Myrtle #082C0A
Tints of Myrtle #082C0A
RGB
CMYK
RGB Variations
Color information
#082C0A (or 0x082C0A) is known color: Myrtle. HEX triplet: 08, 2C and 0A. RGB value is (8,44,10). Sum of RGB (Red+Green+Blue) = 8+44+10=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 44 (17.58% from 255 or 70.97% from 62); Blue value is 10 (4.30% from 255 or 16.13% from 62); Max value from RGB is 44 - color contains mainly: green. Hex color #082C0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082C0A is #F7D3F5. Grayscale: #1D1D1D. Windows color (decimal): -16241654 or 666632. OLE color: 666632.
HSL color Cylindrical-coordinate representation of color #082C0A: hue angle of 123.33º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #082C0A is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 44 | 10 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.83 |
| HSL | 123.33º | 0.69% | 0.1% | - |
| HSV(B) | 123.33º | 0.82% | 0.17% | - |
| XYZ | 1.06 | 1.87 | 0.59 | - |
| YUV | 29.36 | 117.07 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 10 | 0.82 | 0 | 0.77 | 0.83 | 123.33 | 0.69 | 0.1 |
| Hex | 8 | 2C | A | 52 | 0 | 4D | 53 | 7B | 45 | A |
| Octal | 10 | 54 | 12 | 122 | 0 | 115 | 123 | 173 | 105 | 12 |
| Binary | 1000 | 101100 | 1010 | 1010010 | 0 | 1001101 | 1010011 | 1111011 | 1000101 | 1010 |
Color Harmonies of #082C0A
Complementary color
Monochromatic Colors of #082C0A
Black with #082C0A
Text Example
Text Example
White with #082C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C0A; }
p { color: rgb(8,44,10); }
H1.HeaderClassName
{
color: #082C0A;
}
.AnyTagClassName
{
color: #082C0A;
}
</style>
background-color css
<style>
a { background-color: #082C0A; }
a { background-color: rgb(8,44,10); }
div.DivClassName
{
background-color: #082C0A;
}
.BgClassName
{
background-color: #082C0A;
}
</style>
border-color css
<style>
span { border-color: #082C0A; }
span { border-color: rgb(8,44,10); }
td.TdClassName
{
border-color: #082C0A;
}
.TagClassName
{
border-color: #082C0A;
}
</style>