Shades of Myrtle #084C10
Tints of Myrtle #084C10
RGB
CMYK
RGB Variations
Color information
#084C10 (or 0x084C10) is known color: Myrtle. HEX triplet: 08, 4C and 10. RGB value is (8,76,16). Sum of RGB (Red+Green+Blue) = 8+76+16=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 76 (30.08% from 255 or 76% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 76 - color contains mainly: green. Hex color #084C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084C10 is #F7B3EF. Grayscale: #303030. Windows color (decimal): -16233456 or 1068040. OLE color: 1068040.
HSL color Cylindrical-coordinate representation of color #084C10: hue angle of 127.06º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084C10 is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 76 | 16 | - |
| CMYK | 0.89 | 0 | 0.79 | 0.70 |
| HSL | 127.06º | 0.81% | 0.16% | - |
| HSV(B) | 127.06º | 0.89% | 0.3% | - |
| XYZ | 2.78 | 5.26 | 1.36 | - |
| YUV | 48.83 | 109.47 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 16 | 0.89 | 0 | 0.79 | 0.70 | 127.06 | 0.81 | 0.16 |
| Hex | 8 | 4C | 10 | 59 | 0 | 4F | 46 | 7F | 51 | 10 |
| Octal | 10 | 114 | 20 | 131 | 0 | 117 | 106 | 177 | 121 | 20 |
| Binary | 1000 | 1001100 | 10000 | 1011001 | 0 | 1001111 | 1000110 | 1111111 | 1010001 | 10000 |
Color Harmonies of #084C10
Complementary color
Monochromatic Colors of #084C10
Black with #084C10
Text Example
Text Example
White with #084C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084C10; }
p { color: rgb(8,76,16); }
H1.HeaderClassName
{
color: #084C10;
}
.AnyTagClassName
{
color: #084C10;
}
</style>
background-color css
<style>
a { background-color: #084C10; }
a { background-color: rgb(8,76,16); }
div.DivClassName
{
background-color: #084C10;
}
.BgClassName
{
background-color: #084C10;
}
</style>
border-color css
<style>
span { border-color: #084C10; }
span { border-color: rgb(8,76,16); }
td.TdClassName
{
border-color: #084C10;
}
.TagClassName
{
border-color: #084C10;
}
</style>