Shades of Green #196A07
Tints of Green #196A07
RGB
CMYK
RGB Variations
Color information
#196A07 (or 0x196A07) is known color: Green. HEX triplet: 19, 6A and 07. RGB value is (25,106,7). Sum of RGB (Red+Green+Blue) = 25+106+7=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 106 (41.80% from 255 or 76.81% from 138); Blue value is 7 (3.12% from 255 or 5.07% from 138); Max value from RGB is 106 - color contains mainly: green. Hex color #196A07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196A07 is #E695F8. Grayscale: #464646. Windows color (decimal): -15111673 or 485913. OLE color: 485913.
HSL color Cylindrical-coordinate representation of color #196A07: hue angle of 109.09º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #196A07 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 106 | 7 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.58 |
| HSL | 109.09º | 0.88% | 0.22% | - |
| HSV(B) | 109.09º | 0.93% | 0.42% | - |
| XYZ | 5.59 | 10.53 | 1.94 | - |
| YUV | 70.5 | 92.16 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 106 | 7 | 0.76 | 0 | 0.93 | 0.58 | 109.09 | 0.88 | 0.22 |
| Hex | 19 | 6A | 7 | 4C | 0 | 5D | 3A | 6D | 58 | 16 |
| Octal | 31 | 152 | 7 | 114 | 0 | 135 | 72 | 155 | 130 | 26 |
| Binary | 11001 | 1101010 | 111 | 1001100 | 0 | 1011101 | 111010 | 1101101 | 1011000 | 10110 |
Color Harmonies of #196A07
Complementary color
Monochromatic Colors of #196A07
Black with #196A07
Text Example
Text Example
White with #196A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196A07; }
p { color: rgb(25,106,7); }
H1.HeaderClassName
{
color: #196A07;
}
.AnyTagClassName
{
color: #196A07;
}
</style>
background-color css
<style>
a { background-color: #196A07; }
a { background-color: rgb(25,106,7); }
div.DivClassName
{
background-color: #196A07;
}
.BgClassName
{
background-color: #196A07;
}
</style>
border-color css
<style>
span { border-color: #196A07; }
span { border-color: rgb(25,106,7); }
td.TdClassName
{
border-color: #196A07;
}
.TagClassName
{
border-color: #196A07;
}
</style>