Shades of Green #106F12
Tints of Green #106F12
RGB
CMYK
RGB Variations
Color information
#106F12 (or 0x106F12) is known color: Green. HEX triplet: 10, 6F and 12. RGB value is (16,111,18). Sum of RGB (Red+Green+Blue) = 16+111+18=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 111 (43.75% from 255 or 76.55% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 111 - color contains mainly: green. Hex color #106F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106F12 is #EF90ED. Grayscale: #484848. Windows color (decimal): -15700206 or 1208080. OLE color: 1208080.
HSL color Cylindrical-coordinate representation of color #106F12: hue angle of 121.26º 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 #106F12 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 111 | 18 | - |
| CMYK | 0.86 | 0 | 0.84 | 0.56 |
| HSL | 121.26º | 0.75% | 0.25% | - |
| HSV(B) | 121.26º | 0.86% | 0.44% | - |
| XYZ | 6.01 | 11.52 | 2.48 | - |
| YUV | 71.99 | 97.53 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 111 | 18 | 0.86 | 0 | 0.84 | 0.56 | 121.26 | 0.75 | 0.25 |
| Hex | 10 | 6F | 12 | 56 | 0 | 54 | 38 | 79 | 4B | 19 |
| Octal | 20 | 157 | 22 | 126 | 0 | 124 | 70 | 171 | 113 | 31 |
| Binary | 10000 | 1101111 | 10010 | 1010110 | 0 | 1010100 | 111000 | 1111001 | 1001011 | 11001 |
Color Harmonies of #106F12
Complementary color
Monochromatic Colors of #106F12
Black with #106F12
Text Example
Text Example
White with #106F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106F12; }
p { color: rgb(16,111,18); }
H1.HeaderClassName
{
color: #106F12;
}
.AnyTagClassName
{
color: #106F12;
}
</style>
background-color css
<style>
a { background-color: #106F12; }
a { background-color: rgb(16,111,18); }
div.DivClassName
{
background-color: #106F12;
}
.BgClassName
{
background-color: #106F12;
}
</style>
border-color css
<style>
span { border-color: #106F12; }
span { border-color: rgb(16,111,18); }
td.TdClassName
{
border-color: #106F12;
}
.TagClassName
{
border-color: #106F12;
}
</style>