Shades of Green #197707
Tints of Green #197707
RGB
CMYK
RGB Variations
Color information
#197707 (or 0x197707) is known color: Green. HEX triplet: 19, 77 and 07. RGB value is (25,119,7). Sum of RGB (Red+Green+Blue) = 25+119+7=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 119 (46.88% from 255 or 78.81% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 119 - color contains mainly: green. Hex color #197707 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197707 is #E688F8. Grayscale: #4E4E4E. Windows color (decimal): -15108345 or 489241. OLE color: 489241.
HSL color Cylindrical-coordinate representation of color #197707: hue angle of 110.36º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #197707 is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 119 | 7 | - |
| CMYK | 0.79 | 0 | 0.94 | 0.53 |
| HSL | 110.36º | 0.89% | 0.25% | - |
| HSV(B) | 110.36º | 0.94% | 0.47% | - |
| XYZ | 7.04 | 13.42 | 2.42 | - |
| YUV | 78.13 | 87.86 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 119 | 7 | 0.79 | 0 | 0.94 | 0.53 | 110.36 | 0.89 | 0.25 |
| Hex | 19 | 77 | 7 | 4F | 0 | 5E | 35 | 6E | 59 | 19 |
| Octal | 31 | 167 | 7 | 117 | 0 | 136 | 65 | 156 | 131 | 31 |
| Binary | 11001 | 1110111 | 111 | 1001111 | 0 | 1011110 | 110101 | 1101110 | 1011001 | 11001 |
Color Harmonies of #197707
Complementary color
Monochromatic Colors of #197707
Black with #197707
Text Example
Text Example
White with #197707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197707; }
p { color: rgb(25,119,7); }
H1.HeaderClassName
{
color: #197707;
}
.AnyTagClassName
{
color: #197707;
}
</style>
background-color css
<style>
a { background-color: #197707; }
a { background-color: rgb(25,119,7); }
div.DivClassName
{
background-color: #197707;
}
.BgClassName
{
background-color: #197707;
}
</style>
border-color css
<style>
span { border-color: #197707; }
span { border-color: rgb(25,119,7); }
td.TdClassName
{
border-color: #197707;
}
.TagClassName
{
border-color: #197707;
}
</style>