Shades of Myrtle #196611
Tints of Myrtle #196611
RGB
CMYK
RGB Variations
Color information
#196611 (or 0x196611) is known color: Myrtle. HEX triplet: 19, 66 and 11. RGB value is (25,102,17). Sum of RGB (Red+Green+Blue) = 25+102+17=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 102 (40.23% from 255 or 70.83% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 102 - color contains mainly: green. Hex color #196611 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196611 is #E699EE. Grayscale: #454545. Windows color (decimal): -15112687 or 1140249. OLE color: 1140249.
HSL color Cylindrical-coordinate representation of color #196611: hue angle of 114.35º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #196611 is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 102 | 17 | - |
| CMYK | 0.75 | 0 | 0.83 | 0.6 |
| HSL | 114.35º | 0.71% | 0.23% | - |
| HSV(B) | 114.35º | 0.83% | 0.4% | - |
| XYZ | 5.25 | 9.75 | 2.14 | - |
| YUV | 69.29 | 98.49 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 17 | 0.75 | 0 | 0.83 | 0.6 | 114.35 | 0.71 | 0.23 |
| Hex | 19 | 66 | 11 | 4B | 0 | 53 | 3C | 72 | 47 | 17 |
| Octal | 31 | 146 | 21 | 113 | 0 | 123 | 74 | 162 | 107 | 27 |
| Binary | 11001 | 1100110 | 10001 | 1001011 | 0 | 1010011 | 111100 | 1110010 | 1000111 | 10111 |
Color Harmonies of #196611
Complementary color
Monochromatic Colors of #196611
Black with #196611
Text Example
Text Example
White with #196611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196611; }
p { color: rgb(25,102,17); }
H1.HeaderClassName
{
color: #196611;
}
.AnyTagClassName
{
color: #196611;
}
</style>
background-color css
<style>
a { background-color: #196611; }
a { background-color: rgb(25,102,17); }
div.DivClassName
{
background-color: #196611;
}
.BgClassName
{
background-color: #196611;
}
</style>
border-color css
<style>
span { border-color: #196611; }
span { border-color: rgb(25,102,17); }
td.TdClassName
{
border-color: #196611;
}
.TagClassName
{
border-color: #196611;
}
</style>