Shades of Green #106F19
Tints of Green #106F19
RGB
CMYK
RGB Variations
Color information
#106F19 (or 0x106F19) is known color: Green. HEX triplet: 10, 6F and 19. RGB value is (16,111,25). Sum of RGB (Red+Green+Blue) = 16+111+25=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 111 (43.75% from 255 or 73.03% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 111 - color contains mainly: green. Hex color #106F19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106F19 is #EF90E6. Grayscale: #494949. Windows color (decimal): -15700199 or 1666832. OLE color: 1666832.
HSL color Cylindrical-coordinate representation of color #106F19: hue angle of 125.68º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106F19 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 111 | 25 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.56 |
| HSL | 125.68º | 0.75% | 0.25% | - |
| HSV(B) | 125.68º | 0.86% | 0.44% | - |
| XYZ | 6.07 | 11.55 | 2.83 | - |
| YUV | 72.79 | 101.03 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 111 | 25 | 0.86 | 0 | 0.77 | 0.56 | 125.68 | 0.75 | 0.25 |
| Hex | 10 | 6F | 19 | 56 | 0 | 4D | 38 | 7E | 4B | 19 |
| Octal | 20 | 157 | 31 | 126 | 0 | 115 | 70 | 176 | 113 | 31 |
| Binary | 10000 | 1101111 | 11001 | 1010110 | 0 | 1001101 | 111000 | 1111110 | 1001011 | 11001 |
Color Harmonies of #106F19
Complementary color
Monochromatic Colors of #106F19
Black with #106F19
Text Example
Text Example
White with #106F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106F19; }
p { color: rgb(16,111,25); }
H1.HeaderClassName
{
color: #106F19;
}
.AnyTagClassName
{
color: #106F19;
}
</style>
background-color css
<style>
a { background-color: #106F19; }
a { background-color: rgb(16,111,25); }
div.DivClassName
{
background-color: #106F19;
}
.BgClassName
{
background-color: #106F19;
}
</style>
border-color css
<style>
span { border-color: #106F19; }
span { border-color: rgb(16,111,25); }
td.TdClassName
{
border-color: #106F19;
}
.TagClassName
{
border-color: #106F19;
}
</style>