Shades of Myrtle #083B0B
Tints of Myrtle #083B0B
RGB
CMYK
RGB Variations
Color information
#083B0B (or 0x083B0B) is known color: Myrtle. HEX triplet: 08, 3B and 0B. RGB value is (8,59,11). Sum of RGB (Red+Green+Blue) = 8+59+11=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 59 (23.44% from 255 or 75.64% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 59 - color contains mainly: green. Hex color #083B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083B0B is #F7C4F4. Grayscale: #262626. Windows color (decimal): -16237813 or 736008. OLE color: 736008.
HSL color Cylindrical-coordinate representation of color #083B0B: hue angle of 123.53º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083B0B is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 59 | 11 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.77 |
| HSL | 123.53º | 0.76% | 0.13% | - |
| HSV(B) | 123.53º | 0.86% | 0.23% | - |
| XYZ | 1.72 | 3.2 | 0.84 | - |
| YUV | 38.28 | 112.6 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 59 | 11 | 0.86 | 0 | 0.81 | 0.77 | 123.53 | 0.76 | 0.13 |
| Hex | 8 | 3B | B | 56 | 0 | 51 | 4D | 7C | 4C | D |
| Octal | 10 | 73 | 13 | 126 | 0 | 121 | 115 | 174 | 114 | 15 |
| Binary | 1000 | 111011 | 1011 | 1010110 | 0 | 1010001 | 1001101 | 1111100 | 1001100 | 1101 |
Color Harmonies of #083B0B
Complementary color
Monochromatic Colors of #083B0B
Black with #083B0B
Text Example
Text Example
White with #083B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083B0B; }
p { color: rgb(8,59,11); }
H1.HeaderClassName
{
color: #083B0B;
}
.AnyTagClassName
{
color: #083B0B;
}
</style>
background-color css
<style>
a { background-color: #083B0B; }
a { background-color: rgb(8,59,11); }
div.DivClassName
{
background-color: #083B0B;
}
.BgClassName
{
background-color: #083B0B;
}
</style>
border-color css
<style>
span { border-color: #083B0B; }
span { border-color: rgb(8,59,11); }
td.TdClassName
{
border-color: #083B0B;
}
.TagClassName
{
border-color: #083B0B;
}
</style>