Shades of Myrtle #07360C
Tints of Myrtle #07360C
RGB
CMYK
RGB Variations
Color information
#07360C (or 0x07360C) is known color: Myrtle. HEX triplet: 07, 36 and 0C. RGB value is (7,54,12). Sum of RGB (Red+Green+Blue) = 7+54+12=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 54 (21.48% from 255 or 73.97% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 54 - color contains mainly: green. Hex color #07360C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07360C is #F8C9F3. Grayscale: #232323. Windows color (decimal): -16304628 or 800263. OLE color: 800263.
HSL color Cylindrical-coordinate representation of color #07360C: hue angle of 126.38º 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 #07360C is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 7 | 54 | 12 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.79 |
| HSL | 126.38º | 0.77% | 0.12% | - |
| HSV(B) | 126.38º | 0.87% | 0.21% | - |
| XYZ | 1.47 | 2.71 | 0.79 | - |
| YUV | 35.16 | 114.93 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 12 | 0.87 | 0 | 0.78 | 0.79 | 126.38 | 0.77 | 0.12 |
| Hex | 7 | 36 | C | 57 | 0 | 4E | 4F | 7E | 4D | C |
| Octal | 7 | 66 | 14 | 127 | 0 | 116 | 117 | 176 | 115 | 14 |
| Binary | 111 | 110110 | 1100 | 1010111 | 0 | 1001110 | 1001111 | 1111110 | 1001101 | 1100 |
Color Harmonies of #07360C
Complementary color
Monochromatic Colors of #07360C
Black with #07360C
Text Example
Text Example
White with #07360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07360C; }
p { color: rgb(7,54,12); }
H1.HeaderClassName
{
color: #07360C;
}
.AnyTagClassName
{
color: #07360C;
}
</style>
background-color css
<style>
a { background-color: #07360C; }
a { background-color: rgb(7,54,12); }
div.DivClassName
{
background-color: #07360C;
}
.BgClassName
{
background-color: #07360C;
}
</style>
border-color css
<style>
span { border-color: #07360C; }
span { border-color: rgb(7,54,12); }
td.TdClassName
{
border-color: #07360C;
}
.TagClassName
{
border-color: #07360C;
}
</style>