Shades of Green #107412
Tints of Green #107412
RGB
CMYK
RGB Variations
Color information
#107412 (or 0x107412) is known color: Green. HEX triplet: 10, 74 and 12. RGB value is (16,116,18). Sum of RGB (Red+Green+Blue) = 16+116+18=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 116 (45.70% from 255 or 77.33% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 116 - color contains mainly: green. Hex color #107412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107412 is #EF8BED. Grayscale: #4B4B4B. Windows color (decimal): -15698926 or 1209360. OLE color: 1209360.
HSL color Cylindrical-coordinate representation of color #107412: hue angle of 121.2º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107412 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 116 | 18 | - |
| CMYK | 0.86 | 0 | 0.84 | 0.55 |
| HSL | 121.2º | 0.76% | 0.26% | - |
| HSV(B) | 121.2º | 0.86% | 0.45% | - |
| XYZ | 6.57 | 12.64 | 2.67 | - |
| YUV | 74.93 | 95.87 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 116 | 18 | 0.86 | 0 | 0.84 | 0.55 | 121.2 | 0.76 | 0.26 |
| Hex | 10 | 74 | 12 | 56 | 0 | 54 | 37 | 79 | 4C | 1A |
| Octal | 20 | 164 | 22 | 126 | 0 | 124 | 67 | 171 | 114 | 32 |
| Binary | 10000 | 1110100 | 10010 | 1010110 | 0 | 1010100 | 110111 | 1111001 | 1001100 | 11010 |
Color Harmonies of #107412
Complementary color
Monochromatic Colors of #107412
Black with #107412
Text Example
Text Example
White with #107412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107412; }
p { color: rgb(16,116,18); }
H1.HeaderClassName
{
color: #107412;
}
.AnyTagClassName
{
color: #107412;
}
</style>
background-color css
<style>
a { background-color: #107412; }
a { background-color: rgb(16,116,18); }
div.DivClassName
{
background-color: #107412;
}
.BgClassName
{
background-color: #107412;
}
</style>
border-color css
<style>
span { border-color: #107412; }
span { border-color: rgb(16,116,18); }
td.TdClassName
{
border-color: #107412;
}
.TagClassName
{
border-color: #107412;
}
</style>