Shades of Myrtle #07360B
Tints of Myrtle #07360B
RGB
CMYK
RGB Variations
Color information
#07360B (or 0x07360B) is known color: Myrtle. HEX triplet: 07, 36 and 0B. RGB value is (7,54,11). Sum of RGB (Red+Green+Blue) = 7+54+11=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 54 (21.48% from 255 or 75% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 54 - color contains mainly: green. Hex color #07360B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07360B is #F8C9F4. Grayscale: #232323. Windows color (decimal): -16304629 or 734727. OLE color: 734727.
HSL color Cylindrical-coordinate representation of color #07360B: hue angle of 125.11º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #07360B is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 7 | 54 | 11 | - |
| CMYK | 0.87 | 0 | 0.80 | 0.79 |
| HSL | 125.11º | 0.77% | 0.12% | - |
| HSV(B) | 125.11º | 0.87% | 0.21% | - |
| XYZ | 1.47 | 2.71 | 0.76 | - |
| YUV | 35.05 | 114.43 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 11 | 0.87 | 0 | 0.80 | 0.79 | 125.11 | 0.77 | 0.12 |
| Hex | 7 | 36 | B | 57 | 0 | 50 | 4F | 7D | 4D | C |
| Octal | 7 | 66 | 13 | 127 | 0 | 120 | 117 | 175 | 115 | 14 |
| Binary | 111 | 110110 | 1011 | 1010111 | 0 | 1010000 | 1001111 | 1111101 | 1001101 | 1100 |
Color Harmonies of #07360B
Complementary color
Monochromatic Colors of #07360B
Black with #07360B
Text Example
Text Example
White with #07360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07360B; }
p { color: rgb(7,54,11); }
H1.HeaderClassName
{
color: #07360B;
}
.AnyTagClassName
{
color: #07360B;
}
</style>
background-color css
<style>
a { background-color: #07360B; }
a { background-color: rgb(7,54,11); }
div.DivClassName
{
background-color: #07360B;
}
.BgClassName
{
background-color: #07360B;
}
</style>
border-color css
<style>
span { border-color: #07360B; }
span { border-color: rgb(7,54,11); }
td.TdClassName
{
border-color: #07360B;
}
.TagClassName
{
border-color: #07360B;
}
</style>