Shades of Green Waterloo #161908
Tints of Green Waterloo #161908
RGB
CMYK
RGB Variations
Color information
#161908 (or 0x161908) is known color: Green Waterloo. HEX triplet: 16, 19 and 08. RGB value is (22,25,8). Sum of RGB (Red+Green+Blue) = 22+25+8=55 (7% of max value = 765). Red value is 22 (8.98% from 255 or 40% from 55); Green value is 25 (10.16% from 255 or 45.45% from 55); Blue value is 8 (3.52% from 255 or 14.55% from 55); Max value from RGB is 25 - color contains mainly: green. Hex color #161908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161908 is #E9E6F7. Grayscale: #161616. Windows color (decimal): -15329016 or 530710. OLE color: 530710.
HSL color Cylindrical-coordinate representation of color #161908: hue angle of 70.59º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #161908 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 22 | 25 | 8 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.90 |
| HSL | 70.59º | 0.52% | 0.06% | - |
| HSV(B) | 70.59º | 0.68% | 0.1% | - |
| XYZ | 0.72 | 0.88 | 0.36 | - |
| YUV | 22.17 | 120.01 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 25 | 8 | 0.12 | 0 | 0.68 | 0.90 | 70.59 | 0.52 | 0.06 |
| Hex | 16 | 19 | 8 | C | 0 | 44 | 5A | 47 | 34 | 6 |
| Octal | 26 | 31 | 10 | 14 | 0 | 104 | 132 | 107 | 64 | 6 |
| Binary | 10110 | 11001 | 1000 | 1100 | 0 | 1000100 | 1011010 | 1000111 | 110100 | 110 |
Color Harmonies of #161908
Complementary color
Monochromatic Colors of #161908
Black with #161908
Text Example
Text Example
White with #161908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161908; }
p { color: rgb(22,25,8); }
H1.HeaderClassName
{
color: #161908;
}
.AnyTagClassName
{
color: #161908;
}
</style>
background-color css
<style>
a { background-color: #161908; }
a { background-color: rgb(22,25,8); }
div.DivClassName
{
background-color: #161908;
}
.BgClassName
{
background-color: #161908;
}
</style>
border-color css
<style>
span { border-color: #161908; }
span { border-color: rgb(22,25,8); }
td.TdClassName
{
border-color: #161908;
}
.TagClassName
{
border-color: #161908;
}
</style>