Shades of Myrtle #085B0F
Tints of Myrtle #085B0F
RGB
CMYK
RGB Variations
Color information
#085B0F (or 0x085B0F) is known color: Myrtle. HEX triplet: 08, 5B and 0F. RGB value is (8,91,15). Sum of RGB (Red+Green+Blue) = 8+91+15=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 91 (35.94% from 255 or 79.82% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 91 - color contains mainly: green. Hex color #085B0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085B0F is #F7A4F0. Grayscale: #393939. Windows color (decimal): -16229617 or 1006344. OLE color: 1006344.
HSL color Cylindrical-coordinate representation of color #085B0F: hue angle of 125.06º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085B0F is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 91 | 15 | - |
| CMYK | 0.91 | 0 | 0.84 | 0.64 |
| HSL | 125.06º | 0.84% | 0.19% | - |
| HSV(B) | 125.06º | 0.91% | 0.36% | - |
| XYZ | 3.93 | 7.57 | 1.71 | - |
| YUV | 57.52 | 104 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 15 | 0.91 | 0 | 0.84 | 0.64 | 125.06 | 0.84 | 0.19 |
| Hex | 8 | 5B | F | 5B | 0 | 54 | 40 | 7D | 54 | 13 |
| Octal | 10 | 133 | 17 | 133 | 0 | 124 | 100 | 175 | 124 | 23 |
| Binary | 1000 | 1011011 | 1111 | 1011011 | 0 | 1010100 | 1000000 | 1111101 | 1010100 | 10011 |
Color Harmonies of #085B0F
Complementary color
Monochromatic Colors of #085B0F
Black with #085B0F
Text Example
Text Example
White with #085B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085B0F; }
p { color: rgb(8,91,15); }
H1.HeaderClassName
{
color: #085B0F;
}
.AnyTagClassName
{
color: #085B0F;
}
</style>
background-color css
<style>
a { background-color: #085B0F; }
a { background-color: rgb(8,91,15); }
div.DivClassName
{
background-color: #085B0F;
}
.BgClassName
{
background-color: #085B0F;
}
</style>
border-color css
<style>
span { border-color: #085B0F; }
span { border-color: rgb(8,91,15); }
td.TdClassName
{
border-color: #085B0F;
}
.TagClassName
{
border-color: #085B0F;
}
</style>