Shades of Myrtle #082D07
Tints of Myrtle #082D07
RGB
CMYK
RGB Variations
Color information
#082D07 (or 0x082D07) is known color: Myrtle. HEX triplet: 08, 2D and 07. RGB value is (8,45,7). Sum of RGB (Red+Green+Blue) = 8+45+7=60 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.33% from 60); Green value is 45 (17.97% from 255 or 75% from 60); Blue value is 7 (3.12% from 255 or 11.67% from 60); Max value from RGB is 45 - color contains mainly: green. Hex color #082D07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082D07 is #F7D2F8. Grayscale: #1D1D1D. Windows color (decimal): -16241401 or 470280. OLE color: 470280.
HSL color Cylindrical-coordinate representation of color #082D07: hue angle of 118.42º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #082D07 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 45 | 7 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.82 |
| HSL | 118.42º | 0.73% | 0.1% | - |
| HSV(B) | 118.42º | 0.84% | 0.18% | - |
| XYZ | 1.08 | 1.94 | 0.52 | - |
| YUV | 29.61 | 115.24 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 7 | 0.82 | 0 | 0.84 | 0.82 | 118.42 | 0.73 | 0.1 |
| Hex | 8 | 2D | 7 | 52 | 0 | 54 | 52 | 76 | 49 | A |
| Octal | 10 | 55 | 7 | 122 | 0 | 124 | 122 | 166 | 111 | 12 |
| Binary | 1000 | 101101 | 111 | 1010010 | 0 | 1010100 | 1010010 | 1110110 | 1001001 | 1010 |
Color Harmonies of #082D07
Complementary color
Monochromatic Colors of #082D07
Black with #082D07
Text Example
Text Example
White with #082D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082D07; }
p { color: rgb(8,45,7); }
H1.HeaderClassName
{
color: #082D07;
}
.AnyTagClassName
{
color: #082D07;
}
</style>
background-color css
<style>
a { background-color: #082D07; }
a { background-color: rgb(8,45,7); }
div.DivClassName
{
background-color: #082D07;
}
.BgClassName
{
background-color: #082D07;
}
</style>
border-color css
<style>
span { border-color: #082D07; }
span { border-color: rgb(8,45,7); }
td.TdClassName
{
border-color: #082D07;
}
.TagClassName
{
border-color: #082D07;
}
</style>