Shades of Green Waterloo #161B06
Tints of Green Waterloo #161B06
RGB
CMYK
RGB Variations
Color information
#161B06 (or 0x161B06) is known color: Green Waterloo. HEX triplet: 16, 1B and 06. RGB value is (22,27,6). Sum of RGB (Red+Green+Blue) = 22+27+6=55 (7% of max value = 765). Red value is 22 (8.98% from 255 or 40% from 55); Green value is 27 (10.94% from 255 or 49.09% from 55); Blue value is 6 (2.73% from 255 or 10.91% from 55); Max value from RGB is 27 - color contains mainly: green. Hex color #161B06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161B06 is #E9E4F9. Grayscale: #171717. Windows color (decimal): -15328506 or 400150. OLE color: 400150.
HSL color Cylindrical-coordinate representation of color #161B06: hue angle of 74.29º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #161B06 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 22 | 27 | 6 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.89 |
| HSL | 74.29º | 0.64% | 0.06% | - |
| HSV(B) | 74.29º | 0.78% | 0.11% | - |
| XYZ | 0.76 | 0.97 | 0.32 | - |
| YUV | 23.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 27 | 6 | 0.19 | 0 | 0.78 | 0.89 | 74.29 | 0.64 | 0.06 |
| Hex | 16 | 1B | 6 | 13 | 0 | 4E | 59 | 4A | 40 | 6 |
| Octal | 26 | 33 | 6 | 23 | 0 | 116 | 131 | 112 | 100 | 6 |
| Binary | 10110 | 11011 | 110 | 10011 | 0 | 1001110 | 1011001 | 1001010 | 1000000 | 110 |
Color Harmonies of #161B06
Complementary color
Monochromatic Colors of #161B06
Black with #161B06
Text Example
Text Example
White with #161B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161B06; }
p { color: rgb(22,27,6); }
H1.HeaderClassName
{
color: #161B06;
}
.AnyTagClassName
{
color: #161B06;
}
</style>
background-color css
<style>
a { background-color: #161B06; }
a { background-color: rgb(22,27,6); }
div.DivClassName
{
background-color: #161B06;
}
.BgClassName
{
background-color: #161B06;
}
</style>
border-color css
<style>
span { border-color: #161B06; }
span { border-color: rgb(22,27,6); }
td.TdClassName
{
border-color: #161B06;
}
.TagClassName
{
border-color: #161B06;
}
</style>