Shades of Pigment Green #119751
Tints of Pigment Green #119751
RGB
CMYK
RGB Variations
Color information
#119751 (or 0x119751) is known color: Pigment Green. HEX triplet: 11, 97 and 51. RGB value is (17,151,81). Sum of RGB (Red+Green+Blue) = 17+151+81=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 151 (59.38% from 255 or 60.64% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 151 - color contains mainly: green. Hex color #119751 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119751 is #EE68AE. Grayscale: #676767. Windows color (decimal): -15624367 or 5347089. OLE color: 5347089.
HSL color Cylindrical-coordinate representation of color #119751: hue angle of 148.66º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119751 is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 151 | 81 | - |
| CMYK | 0.89 | 0 | 0.46 | 0.41 |
| HSL | 148.66º | 0.8% | 0.33% | - |
| HSV(B) | 148.66º | 0.89% | 0.59% | - |
| XYZ | 12.78 | 22.85 | 11.52 | - |
| YUV | 102.95 | 115.61 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 151 | 81 | 0.89 | 0 | 0.46 | 0.41 | 148.66 | 0.8 | 0.33 |
| Hex | 11 | 97 | 51 | 59 | 0 | 2E | 29 | 95 | 50 | 21 |
| Octal | 21 | 227 | 121 | 131 | 0 | 56 | 51 | 225 | 120 | 41 |
| Binary | 10001 | 10010111 | 1010001 | 1011001 | 0 | 101110 | 101001 | 10010101 | 1010000 | 100001 |
Color Harmonies of #119751
Complementary color
Monochromatic Colors of #119751
Black with #119751
Text Example
Text Example
White with #119751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119751; }
p { color: rgb(17,151,81); }
H1.HeaderClassName
{
color: #119751;
}
.AnyTagClassName
{
color: #119751;
}
</style>
background-color css
<style>
a { background-color: #119751; }
a { background-color: rgb(17,151,81); }
div.DivClassName
{
background-color: #119751;
}
.BgClassName
{
background-color: #119751;
}
</style>
border-color css
<style>
span { border-color: #119751; }
span { border-color: rgb(17,151,81); }
td.TdClassName
{
border-color: #119751;
}
.TagClassName
{
border-color: #119751;
}
</style>