Shades of Myrtle #07430A
Tints of Myrtle #07430A
RGB
CMYK
RGB Variations
Color information
#07430A (or 0x07430A) is known color: Myrtle. HEX triplet: 07, 43 and 0A. RGB value is (7,67,10). Sum of RGB (Red+Green+Blue) = 7+67+10=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 67 (26.56% from 255 or 79.76% from 84); Blue value is 10 (4.30% from 255 or 11.90% from 84); Max value from RGB is 67 - color contains mainly: green. Hex color #07430A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07430A is #F8BCF5. Grayscale: #2A2A2A. Windows color (decimal): -16301302 or 672519. OLE color: 672519.
HSL color Cylindrical-coordinate representation of color #07430A: hue angle of 123º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07430A is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 67 | 10 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.74 |
| HSL | 123º | 0.81% | 0.15% | - |
| HSV(B) | 123º | 0.9% | 0.26% | - |
| XYZ | 2.15 | 4.08 | 0.96 | - |
| YUV | 42.56 | 109.62 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 67 | 10 | 0.90 | 0 | 0.85 | 0.74 | 123 | 0.81 | 0.15 |
| Hex | 7 | 43 | A | 5A | 0 | 55 | 4A | 7B | 51 | F |
| Octal | 7 | 103 | 12 | 132 | 0 | 125 | 112 | 173 | 121 | 17 |
| Binary | 111 | 1000011 | 1010 | 1011010 | 0 | 1010101 | 1001010 | 1111011 | 1010001 | 1111 |
Color Harmonies of #07430A
Complementary color
Monochromatic Colors of #07430A
Black with #07430A
Text Example
Text Example
White with #07430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07430A; }
p { color: rgb(7,67,10); }
H1.HeaderClassName
{
color: #07430A;
}
.AnyTagClassName
{
color: #07430A;
}
</style>
background-color css
<style>
a { background-color: #07430A; }
a { background-color: rgb(7,67,10); }
div.DivClassName
{
background-color: #07430A;
}
.BgClassName
{
background-color: #07430A;
}
</style>
border-color css
<style>
span { border-color: #07430A; }
span { border-color: rgb(7,67,10); }
td.TdClassName
{
border-color: #07430A;
}
.TagClassName
{
border-color: #07430A;
}
</style>