Shades of Green #106212
Tints of Green #106212
RGB
CMYK
RGB Variations
Color information
#106212 (or 0x106212) is known color: Green. HEX triplet: 10, 62 and 12. RGB value is (16,98,18). Sum of RGB (Red+Green+Blue) = 16+98+18=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 98 (38.67% from 255 or 74.24% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 98 - color contains mainly: green. Hex color #106212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106212 is #EF9DED. Grayscale: #404040. Windows color (decimal): -15703534 or 1204752. OLE color: 1204752.
HSL color Cylindrical-coordinate representation of color #106212: hue angle of 121.46º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106212 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 98 | 18 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.62 |
| HSL | 121.46º | 0.72% | 0.22% | - |
| HSV(B) | 121.46º | 0.84% | 0.38% | - |
| XYZ | 4.69 | 8.89 | 2.04 | - |
| YUV | 64.36 | 101.83 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 18 | 0.84 | 0 | 0.82 | 0.62 | 121.46 | 0.72 | 0.22 |
| Hex | 10 | 62 | 12 | 54 | 0 | 52 | 3E | 79 | 48 | 16 |
| Octal | 20 | 142 | 22 | 124 | 0 | 122 | 76 | 171 | 110 | 26 |
| Binary | 10000 | 1100010 | 10010 | 1010100 | 0 | 1010010 | 111110 | 1111001 | 1001000 | 10110 |
Color Harmonies of #106212
Complementary color
Monochromatic Colors of #106212
Black with #106212
Text Example
Text Example
White with #106212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106212; }
p { color: rgb(16,98,18); }
H1.HeaderClassName
{
color: #106212;
}
.AnyTagClassName
{
color: #106212;
}
</style>
background-color css
<style>
a { background-color: #106212; }
a { background-color: rgb(16,98,18); }
div.DivClassName
{
background-color: #106212;
}
.BgClassName
{
background-color: #106212;
}
</style>
border-color css
<style>
span { border-color: #106212; }
span { border-color: rgb(16,98,18); }
td.TdClassName
{
border-color: #106212;
}
.TagClassName
{
border-color: #106212;
}
</style>