Shades of Myrtle #0B3007
Tints of Myrtle #0B3007
RGB
CMYK
RGB Variations
Color information
#0B3007 (or 0x0B3007) is known color: Myrtle. HEX triplet: 0B, 30 and 07. RGB value is (11,48,7). Sum of RGB (Red+Green+Blue) = 11+48+7=66 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.67% from 66); Green value is 48 (19.14% from 255 or 72.73% from 66); Blue value is 7 (3.12% from 255 or 10.61% from 66); Max value from RGB is 48 - color contains mainly: green. Hex color #0B3007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3007 is #F4CFF8. Grayscale: #202020. Windows color (decimal): -16044025 or 471051. OLE color: 471051.
HSL color Cylindrical-coordinate representation of color #0B3007: hue angle of 114.15º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B3007 is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 11 | 48 | 7 | - |
| CMYK | 0.77 | 0 | 0.85 | 0.81 |
| HSL | 114.15º | 0.75% | 0.11% | - |
| HSV(B) | 114.15º | 0.85% | 0.19% | - |
| XYZ | 1.23 | 2.2 | 0.56 | - |
| YUV | 32.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 48 | 7 | 0.77 | 0 | 0.85 | 0.81 | 114.15 | 0.75 | 0.11 |
| Hex | B | 30 | 7 | 4D | 0 | 55 | 51 | 72 | 4B | B |
| Octal | 13 | 60 | 7 | 115 | 0 | 125 | 121 | 162 | 113 | 13 |
| Binary | 1011 | 110000 | 111 | 1001101 | 0 | 1010101 | 1010001 | 1110010 | 1001011 | 1011 |
Color Harmonies of #0B3007
Complementary color
Monochromatic Colors of #0B3007
Black with #0B3007
Text Example
Text Example
White with #0B3007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3007; }
p { color: rgb(11,48,7); }
H1.HeaderClassName
{
color: #0B3007;
}
.AnyTagClassName
{
color: #0B3007;
}
</style>
background-color css
<style>
a { background-color: #0B3007; }
a { background-color: rgb(11,48,7); }
div.DivClassName
{
background-color: #0B3007;
}
.BgClassName
{
background-color: #0B3007;
}
</style>
border-color css
<style>
span { border-color: #0B3007; }
span { border-color: rgb(11,48,7); }
td.TdClassName
{
border-color: #0B3007;
}
.TagClassName
{
border-color: #0B3007;
}
</style>