Shades of Green #197006
Tints of Green #197006
RGB
CMYK
RGB Variations
Color information
#197006 (or 0x197006) is known color: Green. HEX triplet: 19, 70 and 06. RGB value is (25,112,6). Sum of RGB (Red+Green+Blue) = 25+112+6=143 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.48% from 143); Green value is 112 (44.14% from 255 or 78.32% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 112 - color contains mainly: green. Hex color #197006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197006 is #E68FF9. Grayscale: #4A4A4A. Windows color (decimal): -15110138 or 421913. OLE color: 421913.
HSL color Cylindrical-coordinate representation of color #197006: hue angle of 109.25º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #197006 is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 112 | 6 | - |
| CMYK | 0.78 | 0 | 0.95 | 0.56 |
| HSL | 109.25º | 0.9% | 0.23% | - |
| HSV(B) | 109.25º | 0.95% | 0.44% | - |
| XYZ | 6.23 | 11.81 | 2.12 | - |
| YUV | 73.9 | 89.68 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 112 | 6 | 0.78 | 0 | 0.95 | 0.56 | 109.25 | 0.9 | 0.23 |
| Hex | 19 | 70 | 6 | 4E | 0 | 5F | 38 | 6D | 5A | 17 |
| Octal | 31 | 160 | 6 | 116 | 0 | 137 | 70 | 155 | 132 | 27 |
| Binary | 11001 | 1110000 | 110 | 1001110 | 0 | 1011111 | 111000 | 1101101 | 1011010 | 10111 |
Color Harmonies of #197006
Complementary color
Monochromatic Colors of #197006
Black with #197006
Text Example
Text Example
White with #197006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197006; }
p { color: rgb(25,112,6); }
H1.HeaderClassName
{
color: #197006;
}
.AnyTagClassName
{
color: #197006;
}
</style>
background-color css
<style>
a { background-color: #197006; }
a { background-color: rgb(25,112,6); }
div.DivClassName
{
background-color: #197006;
}
.BgClassName
{
background-color: #197006;
}
</style>
border-color css
<style>
span { border-color: #197006; }
span { border-color: rgb(25,112,6); }
td.TdClassName
{
border-color: #197006;
}
.TagClassName
{
border-color: #197006;
}
</style>