Shades of Myrtle #085407
Tints of Myrtle #085407
RGB
CMYK
RGB Variations
Color information
#085407 (or 0x085407) is known color: Myrtle. HEX triplet: 08, 54 and 07. RGB value is (8,84,7). Sum of RGB (Red+Green+Blue) = 8+84+7=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 84 (33.20% from 255 or 84.85% from 99); Blue value is 7 (3.12% from 255 or 7.07% from 99); Max value from RGB is 84 - color contains mainly: green. Hex color #085407 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085407 is #F7ABF8. Grayscale: #343434. Windows color (decimal): -16231417 or 480264. OLE color: 480264.
HSL color Cylindrical-coordinate representation of color #085407: hue angle of 119.22º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085407 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 84 | 7 | - |
| CMYK | 0.90 | 0 | 0.92 | 0.67 |
| HSL | 119.22º | 0.85% | 0.18% | - |
| HSV(B) | 119.22º | 0.92% | 0.33% | - |
| XYZ | 3.31 | 6.41 | 1.26 | - |
| YUV | 52.5 | 102.32 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 7 | 0.90 | 0 | 0.92 | 0.67 | 119.22 | 0.85 | 0.18 |
| Hex | 8 | 54 | 7 | 5A | 0 | 5C | 43 | 77 | 55 | 12 |
| Octal | 10 | 124 | 7 | 132 | 0 | 134 | 103 | 167 | 125 | 22 |
| Binary | 1000 | 1010100 | 111 | 1011010 | 0 | 1011100 | 1000011 | 1110111 | 1010101 | 10010 |
Color Harmonies of #085407
Complementary color
Monochromatic Colors of #085407
Black with #085407
Text Example
Text Example
White with #085407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085407; }
p { color: rgb(8,84,7); }
H1.HeaderClassName
{
color: #085407;
}
.AnyTagClassName
{
color: #085407;
}
</style>
background-color css
<style>
a { background-color: #085407; }
a { background-color: rgb(8,84,7); }
div.DivClassName
{
background-color: #085407;
}
.BgClassName
{
background-color: #085407;
}
</style>
border-color css
<style>
span { border-color: #085407; }
span { border-color: rgb(8,84,7); }
td.TdClassName
{
border-color: #085407;
}
.TagClassName
{
border-color: #085407;
}
</style>