Shades of Green Waterloo #121600
Tints of Green Waterloo #121600
RGB
CMYK
RGB Variations
Color information
#121600 (or 0x121600) is known color: Green Waterloo. HEX triplet: 12, 16 and 00. RGB value is (18,22,0). Sum of RGB (Red+Green+Blue) = 18+22+0=40 (5% of max value = 765). Red value is 18 (7.42% from 255 or 45% from 40); Green value is 22 (8.98% from 255 or 55% from 40); Blue value is 0 (0.39% from 255 or 0% from 40); Max value from RGB is 22 - color contains mainly: green. Hex color #121600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121600 is #EDE9FF. Grayscale: #121212. Windows color (decimal): -15591936 or 5650. OLE color: 5650.
HSL color Cylindrical-coordinate representation of color #121600: hue angle of 70.91º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #121600 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 18 | 22 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.91 |
| HSL | 70.91º | 1% | 0.04% | - |
| HSV(B) | 70.91º | 1% | 0.09% | - |
| XYZ | 0.54 | 0.7 | 0.11 | - |
| YUV | 18.3 | 117.67 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 22 | 0 | 0.18 | 0 | 1 | 0.91 | 70.91 | 1 | 0.04 |
| Hex | 12 | 16 | 0 | 12 | 0 | 64 | 5B | 47 | 64 | 4 |
| Octal | 22 | 26 | 0 | 22 | 0 | 144 | 133 | 107 | 144 | 4 |
| Binary | 10010 | 10110 | 0 | 10010 | 0 | 1100100 | 1011011 | 1000111 | 1100100 | 100 |
Color Harmonies of #121600
Complementary color
Monochromatic Colors of #121600
Black with #121600
Text Example
Text Example
White with #121600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121600; }
p { color: rgb(18,22,0); }
H1.HeaderClassName
{
color: #121600;
}
.AnyTagClassName
{
color: #121600;
}
</style>
background-color css
<style>
a { background-color: #121600; }
a { background-color: rgb(18,22,0); }
div.DivClassName
{
background-color: #121600;
}
.BgClassName
{
background-color: #121600;
}
</style>
border-color css
<style>
span { border-color: #121600; }
span { border-color: rgb(18,22,0); }
td.TdClassName
{
border-color: #121600;
}
.TagClassName
{
border-color: #121600;
}
</style>