Shades of Myrtle #196612
Tints of Myrtle #196612
RGB
CMYK
RGB Variations
Color information
#196612 (or 0x196612) is known color: Myrtle. HEX triplet: 19, 66 and 12. RGB value is (25,102,18). Sum of RGB (Red+Green+Blue) = 25+102+18=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 102 (40.23% from 255 or 70.34% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 102 - color contains mainly: green. Hex color #196612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196612 is #E699ED. Grayscale: #454545. Windows color (decimal): -15112686 or 1205785. OLE color: 1205785.
HSL color Cylindrical-coordinate representation of color #196612: hue angle of 115º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #196612 is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 102 | 18 | - |
| CMYK | 0.75 | 0 | 0.82 | 0.6 |
| HSL | 115º | 0.7% | 0.24% | - |
| HSV(B) | 115º | 0.82% | 0.4% | - |
| XYZ | 5.26 | 9.75 | 2.18 | - |
| YUV | 69.4 | 98.99 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 18 | 0.75 | 0 | 0.82 | 0.6 | 115 | 0.7 | 0.24 |
| Hex | 19 | 66 | 12 | 4B | 0 | 52 | 3C | 73 | 46 | 18 |
| Octal | 31 | 146 | 22 | 113 | 0 | 122 | 74 | 163 | 106 | 30 |
| Binary | 11001 | 1100110 | 10010 | 1001011 | 0 | 1010010 | 111100 | 1110011 | 1000110 | 11000 |
Color Harmonies of #196612
Complementary color
Monochromatic Colors of #196612
Black with #196612
Text Example
Text Example
White with #196612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196612; }
p { color: rgb(25,102,18); }
H1.HeaderClassName
{
color: #196612;
}
.AnyTagClassName
{
color: #196612;
}
</style>
background-color css
<style>
a { background-color: #196612; }
a { background-color: rgb(25,102,18); }
div.DivClassName
{
background-color: #196612;
}
.BgClassName
{
background-color: #196612;
}
</style>
border-color css
<style>
span { border-color: #196612; }
span { border-color: rgb(25,102,18); }
td.TdClassName
{
border-color: #196612;
}
.TagClassName
{
border-color: #196612;
}
</style>