Shades of Green #197105
Tints of Green #197105
RGB
CMYK
RGB Variations
Color information
#197105 (or 0x197105) is known color: Green. HEX triplet: 19, 71 and 05. RGB value is (25,113,5). Sum of RGB (Red+Green+Blue) = 25+113+5=143 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.48% from 143); Green value is 113 (44.53% from 255 or 79.02% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 113 - color contains mainly: green. Hex color #197105 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197105 is #E68EFA. Grayscale: #4A4A4A. Windows color (decimal): -15109883 or 356633. OLE color: 356633.
HSL color Cylindrical-coordinate representation of color #197105: hue angle of 108.89º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #197105 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 113 | 5 | - |
| CMYK | 0.78 | 0 | 0.96 | 0.56 |
| HSL | 108.89º | 0.92% | 0.23% | - |
| HSV(B) | 108.89º | 0.96% | 0.44% | - |
| XYZ | 6.33 | 12.03 | 2.13 | - |
| YUV | 74.38 | 88.85 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 5 | 0.78 | 0 | 0.96 | 0.56 | 108.89 | 0.92 | 0.23 |
| Hex | 19 | 71 | 5 | 4E | 0 | 60 | 38 | 6D | 5C | 17 |
| Octal | 31 | 161 | 5 | 116 | 0 | 140 | 70 | 155 | 134 | 27 |
| Binary | 11001 | 1110001 | 101 | 1001110 | 0 | 1100000 | 111000 | 1101101 | 1011100 | 10111 |
Color Harmonies of #197105
Complementary color
Monochromatic Colors of #197105
Black with #197105
Text Example
Text Example
White with #197105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197105; }
p { color: rgb(25,113,5); }
H1.HeaderClassName
{
color: #197105;
}
.AnyTagClassName
{
color: #197105;
}
</style>
background-color css
<style>
a { background-color: #197105; }
a { background-color: rgb(25,113,5); }
div.DivClassName
{
background-color: #197105;
}
.BgClassName
{
background-color: #197105;
}
</style>
border-color css
<style>
span { border-color: #197105; }
span { border-color: rgb(25,113,5); }
td.TdClassName
{
border-color: #197105;
}
.TagClassName
{
border-color: #197105;
}
</style>