Shades of Myrtle #085214
Tints of Myrtle #085214
RGB
CMYK
RGB Variations
Color information
#085214 (or 0x085214) is known color: Myrtle. HEX triplet: 08, 52 and 14. RGB value is (8,82,20). Sum of RGB (Red+Green+Blue) = 8+82+20=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 82 (32.42% from 255 or 74.55% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 82 - color contains mainly: green. Hex color #085214 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085214 is #F7ADEB. Grayscale: #343434. Windows color (decimal): -16231916 or 1331720. OLE color: 1331720.
HSL color Cylindrical-coordinate representation of color #085214: hue angle of 129.73º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085214 is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 82 | 20 | - |
| CMYK | 0.90 | 0 | 0.76 | 0.68 |
| HSL | 129.73º | 0.82% | 0.18% | - |
| HSV(B) | 129.73º | 0.9% | 0.32% | - |
| XYZ | 3.24 | 6.14 | 1.68 | - |
| YUV | 52.81 | 109.48 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 20 | 0.90 | 0 | 0.76 | 0.68 | 129.73 | 0.82 | 0.18 |
| Hex | 8 | 52 | 14 | 5A | 0 | 4C | 44 | 82 | 52 | 12 |
| Octal | 10 | 122 | 24 | 132 | 0 | 114 | 104 | 202 | 122 | 22 |
| Binary | 1000 | 1010010 | 10100 | 1011010 | 0 | 1001100 | 1000100 | 10000010 | 1010010 | 10010 |
Color Harmonies of #085214
Complementary color
Monochromatic Colors of #085214
Black with #085214
Text Example
Text Example
White with #085214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085214; }
p { color: rgb(8,82,20); }
H1.HeaderClassName
{
color: #085214;
}
.AnyTagClassName
{
color: #085214;
}
</style>
background-color css
<style>
a { background-color: #085214; }
a { background-color: rgb(8,82,20); }
div.DivClassName
{
background-color: #085214;
}
.BgClassName
{
background-color: #085214;
}
</style>
border-color css
<style>
span { border-color: #085214; }
span { border-color: rgb(8,82,20); }
td.TdClassName
{
border-color: #085214;
}
.TagClassName
{
border-color: #085214;
}
</style>