Shades of Green #106912
Tints of Green #106912
RGB
CMYK
RGB Variations
Color information
#106912 (or 0x106912) is known color: Green. HEX triplet: 10, 69 and 12. RGB value is (16,105,18). Sum of RGB (Red+Green+Blue) = 16+105+18=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 105 (41.41% from 255 or 75.54% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 105 - color contains mainly: green. Hex color #106912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106912 is #EF96ED. Grayscale: #444444. Windows color (decimal): -15701742 or 1206544. OLE color: 1206544.
HSL color Cylindrical-coordinate representation of color #106912: hue angle of 121.35º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106912 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 105 | 18 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.59 |
| HSL | 121.35º | 0.74% | 0.24% | - |
| HSV(B) | 121.35º | 0.85% | 0.41% | - |
| XYZ | 5.37 | 10.26 | 2.27 | - |
| YUV | 68.47 | 99.51 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 105 | 18 | 0.85 | 0 | 0.83 | 0.59 | 121.35 | 0.74 | 0.24 |
| Hex | 10 | 69 | 12 | 55 | 0 | 53 | 3B | 79 | 4A | 18 |
| Octal | 20 | 151 | 22 | 125 | 0 | 123 | 73 | 171 | 112 | 30 |
| Binary | 10000 | 1101001 | 10010 | 1010101 | 0 | 1010011 | 111011 | 1111001 | 1001010 | 11000 |
Color Harmonies of #106912
Complementary color
Monochromatic Colors of #106912
Black with #106912
Text Example
Text Example
White with #106912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106912; }
p { color: rgb(16,105,18); }
H1.HeaderClassName
{
color: #106912;
}
.AnyTagClassName
{
color: #106912;
}
</style>
background-color css
<style>
a { background-color: #106912; }
a { background-color: rgb(16,105,18); }
div.DivClassName
{
background-color: #106912;
}
.BgClassName
{
background-color: #106912;
}
</style>
border-color css
<style>
span { border-color: #106912; }
span { border-color: rgb(16,105,18); }
td.TdClassName
{
border-color: #106912;
}
.TagClassName
{
border-color: #106912;
}
</style>