Shades of Green #126716
Tints of Green #126716
RGB
CMYK
RGB Variations
Color information
#126716 (or 0x126716) is known color: Green. HEX triplet: 12, 67 and 16. RGB value is (18,103,22). Sum of RGB (Red+Green+Blue) = 18+103+22=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 103 (40.62% from 255 or 72.03% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 103 - color contains mainly: green. Hex color #126716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126716 is #ED98E9. Grayscale: #444444. Windows color (decimal): -15571178 or 1468178. OLE color: 1468178.
HSL color Cylindrical-coordinate representation of color #126716: hue angle of 122.82º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126716 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 103 | 22 | - |
| CMYK | 0.83 | 0 | 0.79 | 0.60 |
| HSL | 122.82º | 0.7% | 0.24% | - |
| HSV(B) | 122.82º | 0.83% | 0.4% | - |
| XYZ | 5.24 | 9.89 | 2.39 | - |
| YUV | 68.35 | 101.84 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 103 | 22 | 0.83 | 0 | 0.79 | 0.60 | 122.82 | 0.7 | 0.24 |
| Hex | 12 | 67 | 16 | 53 | 0 | 4F | 3C | 7B | 46 | 18 |
| Octal | 22 | 147 | 26 | 123 | 0 | 117 | 74 | 173 | 106 | 30 |
| Binary | 10010 | 1100111 | 10110 | 1010011 | 0 | 1001111 | 111100 | 1111011 | 1000110 | 11000 |
Color Harmonies of #126716
Complementary color
Monochromatic Colors of #126716
Black with #126716
Text Example
Text Example
White with #126716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126716; }
p { color: rgb(18,103,22); }
H1.HeaderClassName
{
color: #126716;
}
.AnyTagClassName
{
color: #126716;
}
</style>
background-color css
<style>
a { background-color: #126716; }
a { background-color: rgb(18,103,22); }
div.DivClassName
{
background-color: #126716;
}
.BgClassName
{
background-color: #126716;
}
</style>
border-color css
<style>
span { border-color: #126716; }
span { border-color: rgb(18,103,22); }
td.TdClassName
{
border-color: #126716;
}
.TagClassName
{
border-color: #126716;
}
</style>