Shades of Myrtle #071706
Tints of Myrtle #071706
RGB
CMYK
RGB Variations
Color information
#071706 (or 0x071706) is known color: Myrtle. HEX triplet: 07, 17 and 06. RGB value is (7,23,6). Sum of RGB (Red+Green+Blue) = 7+23+6=36 (4% of max value = 765). Red value is 7 (3.12% from 255 or 19.44% from 36); Green value is 23 (9.38% from 255 or 63.89% from 36); Blue value is 6 (2.73% from 255 or 16.67% from 36); Max value from RGB is 23 - color contains mainly: green. Hex color #071706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071706 is #F8E8F9. Grayscale: #101010. Windows color (decimal): -16312570 or 399111. OLE color: 399111.
HSL color Cylindrical-coordinate representation of color #071706: hue angle of 116.47º degrees, saturation: 0.59, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #071706 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 7 | 23 | 6 | - |
| CMYK | 0.70 | 0 | 0.74 | 0.91 |
| HSL | 116.47º | 0.59% | 0.06% | - |
| HSV(B) | 116.47º | 0.74% | 0.09% | - |
| XYZ | 0.43 | 0.67 | 0.28 | - |
| YUV | 16.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 6 | 0.70 | 0 | 0.74 | 0.91 | 116.47 | 0.59 | 0.06 |
| Hex | 7 | 17 | 6 | 46 | 0 | 4A | 5B | 74 | 3B | 6 |
| Octal | 7 | 27 | 6 | 106 | 0 | 112 | 133 | 164 | 73 | 6 |
| Binary | 111 | 10111 | 110 | 1000110 | 0 | 1001010 | 1011011 | 1110100 | 111011 | 110 |
Color Harmonies of #071706
Complementary color
Monochromatic Colors of #071706
Black with #071706
Text Example
Text Example
White with #071706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071706; }
p { color: rgb(7,23,6); }
H1.HeaderClassName
{
color: #071706;
}
.AnyTagClassName
{
color: #071706;
}
</style>
background-color css
<style>
a { background-color: #071706; }
a { background-color: rgb(7,23,6); }
div.DivClassName
{
background-color: #071706;
}
.BgClassName
{
background-color: #071706;
}
</style>
border-color css
<style>
span { border-color: #071706; }
span { border-color: rgb(7,23,6); }
td.TdClassName
{
border-color: #071706;
}
.TagClassName
{
border-color: #071706;
}
</style>