Shades of Myrtle #084A08
Tints of Myrtle #084A08
RGB
CMYK
RGB Variations
Color information
#084A08 (or 0x084A08) is known color: Myrtle. HEX triplet: 08, 4A and 08. RGB value is (8,74,8). Sum of RGB (Red+Green+Blue) = 8+74+8=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 74 (29.30% from 255 or 82.22% from 90); Blue value is 8 (3.52% from 255 or 8.89% from 90); Max value from RGB is 74 - color contains mainly: green. Hex color #084A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084A08 is #F7B5F7. Grayscale: #2E2E2E. Windows color (decimal): -16233976 or 543240. OLE color: 543240.
HSL color Cylindrical-coordinate representation of color #084A08: hue angle of 120º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084A08 is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 74 | 8 | - |
| CMYK | 0.89 | 0 | 0.89 | 0.71 |
| HSL | 120º | 0.8% | 0.16% | - |
| HSV(B) | 120º | 0.89% | 0.29% | - |
| XYZ | 2.59 | 4.97 | 1.05 | - |
| YUV | 46.74 | 106.13 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 8 | 0.89 | 0 | 0.89 | 0.71 | 120 | 0.8 | 0.16 |
| Hex | 8 | 4A | 8 | 59 | 0 | 59 | 47 | 78 | 50 | 10 |
| Octal | 10 | 112 | 10 | 131 | 0 | 131 | 107 | 170 | 120 | 20 |
| Binary | 1000 | 1001010 | 1000 | 1011001 | 0 | 1011001 | 1000111 | 1111000 | 1010000 | 10000 |
Color Harmonies of #084A08
Complementary color
Monochromatic Colors of #084A08
Black with #084A08
Text Example
Text Example
White with #084A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084A08; }
p { color: rgb(8,74,8); }
H1.HeaderClassName
{
color: #084A08;
}
.AnyTagClassName
{
color: #084A08;
}
</style>
background-color css
<style>
a { background-color: #084A08; }
a { background-color: rgb(8,74,8); }
div.DivClassName
{
background-color: #084A08;
}
.BgClassName
{
background-color: #084A08;
}
</style>
border-color css
<style>
span { border-color: #084A08; }
span { border-color: rgb(8,74,8); }
td.TdClassName
{
border-color: #084A08;
}
.TagClassName
{
border-color: #084A08;
}
</style>