Shades of Green #196711
Tints of Green #196711
RGB
CMYK
RGB Variations
Color information
#196711 (or 0x196711) is known color: Green. HEX triplet: 19, 67 and 11. RGB value is (25,103,17). Sum of RGB (Red+Green+Blue) = 25+103+17=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 103 (40.62% from 255 or 71.03% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 103 - color contains mainly: green. Hex color #196711 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196711 is #E698EE. Grayscale: #464646. Windows color (decimal): -15112431 or 1140505. OLE color: 1140505.
HSL color Cylindrical-coordinate representation of color #196711: hue angle of 114.42º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #196711 is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 103 | 17 | - |
| CMYK | 0.76 | 0 | 0.83 | 0.60 |
| HSL | 114.42º | 0.72% | 0.24% | - |
| HSV(B) | 114.42º | 0.83% | 0.4% | - |
| XYZ | 5.35 | 9.95 | 2.17 | - |
| YUV | 69.87 | 98.16 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 103 | 17 | 0.76 | 0 | 0.83 | 0.60 | 114.42 | 0.72 | 0.24 |
| Hex | 19 | 67 | 11 | 4C | 0 | 53 | 3C | 72 | 48 | 18 |
| Octal | 31 | 147 | 21 | 114 | 0 | 123 | 74 | 162 | 110 | 30 |
| Binary | 11001 | 1100111 | 10001 | 1001100 | 0 | 1010011 | 111100 | 1110010 | 1001000 | 11000 |
Color Harmonies of #196711
Complementary color
Monochromatic Colors of #196711
Black with #196711
Text Example
Text Example
White with #196711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196711; }
p { color: rgb(25,103,17); }
H1.HeaderClassName
{
color: #196711;
}
.AnyTagClassName
{
color: #196711;
}
</style>
background-color css
<style>
a { background-color: #196711; }
a { background-color: rgb(25,103,17); }
div.DivClassName
{
background-color: #196711;
}
.BgClassName
{
background-color: #196711;
}
</style>
border-color css
<style>
span { border-color: #196711; }
span { border-color: rgb(25,103,17); }
td.TdClassName
{
border-color: #196711;
}
.TagClassName
{
border-color: #196711;
}
</style>