Shades of Green #196608
Tints of Green #196608
RGB
CMYK
RGB Variations
Color information
#196608 (or 0x196608) is known color: Green. HEX triplet: 19, 66 and 08. RGB value is (25,102,8). Sum of RGB (Red+Green+Blue) = 25+102+8=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 102 (40.23% from 255 or 75.56% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 102 - color contains mainly: green. Hex color #196608 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196608 is #E699F7. Grayscale: #444444. Windows color (decimal): -15112696 or 550425. OLE color: 550425.
HSL color Cylindrical-coordinate representation of color #196608: hue angle of 109.15º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #196608 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 102 | 8 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.6 |
| HSL | 109.15º | 0.85% | 0.22% | - |
| HSV(B) | 109.15º | 0.92% | 0.4% | - |
| XYZ | 5.2 | 9.73 | 1.83 | - |
| YUV | 68.26 | 93.99 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 8 | 0.75 | 0 | 0.92 | 0.6 | 109.15 | 0.85 | 0.22 |
| Hex | 19 | 66 | 8 | 4B | 0 | 5C | 3C | 6D | 55 | 16 |
| Octal | 31 | 146 | 10 | 113 | 0 | 134 | 74 | 155 | 125 | 26 |
| Binary | 11001 | 1100110 | 1000 | 1001011 | 0 | 1011100 | 111100 | 1101101 | 1010101 | 10110 |
Color Harmonies of #196608
Complementary color
Monochromatic Colors of #196608
Black with #196608
Text Example
Text Example
White with #196608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196608; }
p { color: rgb(25,102,8); }
H1.HeaderClassName
{
color: #196608;
}
.AnyTagClassName
{
color: #196608;
}
</style>
background-color css
<style>
a { background-color: #196608; }
a { background-color: rgb(25,102,8); }
div.DivClassName
{
background-color: #196608;
}
.BgClassName
{
background-color: #196608;
}
</style>
border-color css
<style>
span { border-color: #196608; }
span { border-color: rgb(25,102,8); }
td.TdClassName
{
border-color: #196608;
}
.TagClassName
{
border-color: #196608;
}
</style>