Shades of Myrtle #07450C
Tints of Myrtle #07450C
RGB
CMYK
RGB Variations
Color information
#07450C (or 0x07450C) is known color: Myrtle. HEX triplet: 07, 45 and 0C. RGB value is (7,69,12). Sum of RGB (Red+Green+Blue) = 7+69+12=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 69 (27.34% from 255 or 78.41% from 88); Blue value is 12 (5.08% from 255 or 13.64% from 88); Max value from RGB is 69 - color contains mainly: green. Hex color #07450C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07450C is #F8BAF3. Grayscale: #2C2C2C. Windows color (decimal): -16300788 or 804103. OLE color: 804103.
HSL color Cylindrical-coordinate representation of color #07450C: hue angle of 124.84º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07450C is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 69 | 12 | - |
| CMYK | 0.90 | 0 | 0.83 | 0.73 |
| HSL | 124.84º | 0.82% | 0.15% | - |
| HSV(B) | 124.84º | 0.9% | 0.27% | - |
| XYZ | 2.28 | 4.33 | 1.06 | - |
| YUV | 43.96 | 109.96 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 69 | 12 | 0.90 | 0 | 0.83 | 0.73 | 124.84 | 0.82 | 0.15 |
| Hex | 7 | 45 | C | 5A | 0 | 53 | 49 | 7D | 52 | F |
| Octal | 7 | 105 | 14 | 132 | 0 | 123 | 111 | 175 | 122 | 17 |
| Binary | 111 | 1000101 | 1100 | 1011010 | 0 | 1010011 | 1001001 | 1111101 | 1010010 | 1111 |
Color Harmonies of #07450C
Complementary color
Monochromatic Colors of #07450C
Black with #07450C
Text Example
Text Example
White with #07450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07450C; }
p { color: rgb(7,69,12); }
H1.HeaderClassName
{
color: #07450C;
}
.AnyTagClassName
{
color: #07450C;
}
</style>
background-color css
<style>
a { background-color: #07450C; }
a { background-color: rgb(7,69,12); }
div.DivClassName
{
background-color: #07450C;
}
.BgClassName
{
background-color: #07450C;
}
</style>
border-color css
<style>
span { border-color: #07450C; }
span { border-color: rgb(7,69,12); }
td.TdClassName
{
border-color: #07450C;
}
.TagClassName
{
border-color: #07450C;
}
</style>