Shades of Pigment Green #119645
Tints of Pigment Green #119645
RGB
CMYK
RGB Variations
Color information
#119645 (or 0x119645) is known color: Pigment Green. HEX triplet: 11, 96 and 45. RGB value is (17,150,69). Sum of RGB (Red+Green+Blue) = 17+150+69=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 150 (58.98% from 255 or 63.56% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 150 - color contains mainly: green. Hex color #119645 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119645 is #EE69BA. Grayscale: #656565. Windows color (decimal): -15624635 or 4560401. OLE color: 4560401.
HSL color Cylindrical-coordinate representation of color #119645: hue angle of 143.46º 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 #119645 is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 150 | 69 | - |
| CMYK | 0.89 | 0 | 0.54 | 0.41 |
| HSL | 143.46º | 0.8% | 0.33% | - |
| HSV(B) | 143.46º | 0.89% | 0.59% | - |
| XYZ | 12.21 | 22.36 | 9.3 | - |
| YUV | 101 | 109.94 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 69 | 0.89 | 0 | 0.54 | 0.41 | 143.46 | 0.8 | 0.33 |
| Hex | 11 | 96 | 45 | 59 | 0 | 36 | 29 | 8F | 50 | 21 |
| Octal | 21 | 226 | 105 | 131 | 0 | 66 | 51 | 217 | 120 | 41 |
| Binary | 10001 | 10010110 | 1000101 | 1011001 | 0 | 110110 | 101001 | 10001111 | 1010000 | 100001 |
Color Harmonies of #119645
Complementary color
Monochromatic Colors of #119645
Black with #119645
Text Example
Text Example
White with #119645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119645; }
p { color: rgb(17,150,69); }
H1.HeaderClassName
{
color: #119645;
}
.AnyTagClassName
{
color: #119645;
}
</style>
background-color css
<style>
a { background-color: #119645; }
a { background-color: rgb(17,150,69); }
div.DivClassName
{
background-color: #119645;
}
.BgClassName
{
background-color: #119645;
}
</style>
border-color css
<style>
span { border-color: #119645; }
span { border-color: rgb(17,150,69); }
td.TdClassName
{
border-color: #119645;
}
.TagClassName
{
border-color: #119645;
}
</style>