Shades of Myrtle #07370C
Tints of Myrtle #07370C
RGB
CMYK
RGB Variations
Color information
#07370C (or 0x07370C) is known color: Myrtle. HEX triplet: 07, 37 and 0C. RGB value is (7,55,12). Sum of RGB (Red+Green+Blue) = 7+55+12=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 55 (21.88% from 255 or 74.32% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 55 - color contains mainly: green. Hex color #07370C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07370C is #F8C8F3. Grayscale: #232323. Windows color (decimal): -16304372 or 800519. OLE color: 800519.
HSL color Cylindrical-coordinate representation of color #07370C: hue angle of 126.25º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #07370C is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 55 | 12 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.78 |
| HSL | 126.25º | 0.77% | 0.12% | - |
| HSV(B) | 126.25º | 0.87% | 0.22% | - |
| XYZ | 1.52 | 2.8 | 0.81 | - |
| YUV | 35.75 | 114.6 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 55 | 12 | 0.87 | 0 | 0.78 | 0.78 | 126.25 | 0.77 | 0.12 |
| Hex | 7 | 37 | C | 57 | 0 | 4E | 4E | 7E | 4D | C |
| Octal | 7 | 67 | 14 | 127 | 0 | 116 | 116 | 176 | 115 | 14 |
| Binary | 111 | 110111 | 1100 | 1010111 | 0 | 1001110 | 1001110 | 1111110 | 1001101 | 1100 |
Color Harmonies of #07370C
Complementary color
Monochromatic Colors of #07370C
Black with #07370C
Text Example
Text Example
White with #07370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07370C; }
p { color: rgb(7,55,12); }
H1.HeaderClassName
{
color: #07370C;
}
.AnyTagClassName
{
color: #07370C;
}
</style>
background-color css
<style>
a { background-color: #07370C; }
a { background-color: rgb(7,55,12); }
div.DivClassName
{
background-color: #07370C;
}
.BgClassName
{
background-color: #07370C;
}
</style>
border-color css
<style>
span { border-color: #07370C; }
span { border-color: rgb(7,55,12); }
td.TdClassName
{
border-color: #07370C;
}
.TagClassName
{
border-color: #07370C;
}
</style>