Shades of Green Waterloo #101206
Tints of Green Waterloo #101206
RGB
CMYK
RGB Variations
Color information
#101206 (or 0x101206) is known color: Green Waterloo. HEX triplet: 10, 12 and 06. RGB value is (16,18,6). Sum of RGB (Red+Green+Blue) = 16+18+6=40 (5% of max value = 765). Red value is 16 (6.64% from 255 or 40% from 40); Green value is 18 (7.42% from 255 or 45% from 40); Blue value is 6 (2.73% from 255 or 15% from 40); Max value from RGB is 18 - color contains mainly: green. Hex color #101206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101206 is #EFEDF9. Grayscale: #101010. Windows color (decimal): -15724026 or 397840. OLE color: 397840.
HSL color Cylindrical-coordinate representation of color #101206: hue angle of 70º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #101206 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 16 | 18 | 6 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.93 |
| HSL | 70º | 0.5% | 0.05% | - |
| HSV(B) | 70º | 0.67% | 0.07% | - |
| XYZ | 0.46 | 0.56 | 0.26 | - |
| YUV | 16.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 18 | 6 | 0.11 | 0 | 0.67 | 0.93 | 70 | 0.5 | 0.05 |
| Hex | 10 | 12 | 6 | B | 0 | 43 | 5D | 46 | 32 | 5 |
| Octal | 20 | 22 | 6 | 13 | 0 | 103 | 135 | 106 | 62 | 5 |
| Binary | 10000 | 10010 | 110 | 1011 | 0 | 1000011 | 1011101 | 1000110 | 110010 | 101 |
Color Harmonies of #101206
Complementary color
Monochromatic Colors of #101206
Black with #101206
Text Example
Text Example
White with #101206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101206; }
p { color: rgb(16,18,6); }
H1.HeaderClassName
{
color: #101206;
}
.AnyTagClassName
{
color: #101206;
}
</style>
background-color css
<style>
a { background-color: #101206; }
a { background-color: rgb(16,18,6); }
div.DivClassName
{
background-color: #101206;
}
.BgClassName
{
background-color: #101206;
}
</style>
border-color css
<style>
span { border-color: #101206; }
span { border-color: rgb(16,18,6); }
td.TdClassName
{
border-color: #101206;
}
.TagClassName
{
border-color: #101206;
}
</style>