Shades of Green #196600
Tints of Green #196600
RGB
CMYK
RGB Variations
Color information
#196600 (or 0x196600) is known color: Green. HEX triplet: 19, 66 and 00. RGB value is (25,102,0). Sum of RGB (Red+Green+Blue) = 25+102+0=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 102 (40.23% from 255 or 80.31% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 102 - color contains mainly: green. Hex color #196600 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196600 is #E699FF. Grayscale: #434343. Windows color (decimal): -15112704 or 26137. OLE color: 26137.
HSL color Cylindrical-coordinate representation of color #196600: hue angle of 105.29º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #196600 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 102 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.6 |
| HSL | 105.29º | 1% | 0.2% | - |
| HSV(B) | 105.29º | 1% | 0.4% | - |
| XYZ | 5.15 | 9.71 | 1.6 | - |
| YUV | 67.35 | 89.99 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 0 | 0.75 | 0 | 1 | 0.6 | 105.29 | 1 | 0.2 |
| Hex | 19 | 66 | 0 | 4B | 0 | 64 | 3C | 69 | 64 | 14 |
| Octal | 31 | 146 | 0 | 113 | 0 | 144 | 74 | 151 | 144 | 24 |
| Binary | 11001 | 1100110 | 0 | 1001011 | 0 | 1100100 | 111100 | 1101001 | 1100100 | 10100 |
Color Harmonies of #196600
Complementary color
Monochromatic Colors of #196600
Black with #196600
Text Example
Text Example
White with #196600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196600; }
p { color: rgb(25,102,0); }
H1.HeaderClassName
{
color: #196600;
}
.AnyTagClassName
{
color: #196600;
}
</style>
background-color css
<style>
a { background-color: #196600; }
a { background-color: rgb(25,102,0); }
div.DivClassName
{
background-color: #196600;
}
.BgClassName
{
background-color: #196600;
}
</style>
border-color css
<style>
span { border-color: #196600; }
span { border-color: rgb(25,102,0); }
td.TdClassName
{
border-color: #196600;
}
.TagClassName
{
border-color: #196600;
}
</style>