Shades of Green Waterloo #141607
Tints of Green Waterloo #141607
RGB
CMYK
RGB Variations
Color information
#141607 (or 0x141607) is known color: Green Waterloo. HEX triplet: 14, 16 and 07. RGB value is (20,22,7). Sum of RGB (Red+Green+Blue) = 20+22+7=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 22 (8.98% from 255 or 44.90% from 49); Blue value is 7 (3.12% from 255 or 14.29% from 49); Max value from RGB is 22 - color contains mainly: green. Hex color #141607 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141607 is #EBE9F8. Grayscale: #131313. Windows color (decimal): -15460857 or 464404. OLE color: 464404.
HSL color Cylindrical-coordinate representation of color #141607: hue angle of 68º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #141607 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 20 | 22 | 7 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.91 |
| HSL | 68º | 0.52% | 0.06% | - |
| HSV(B) | 68º | 0.68% | 0.09% | - |
| XYZ | 0.61 | 0.74 | 0.31 | - |
| YUV | 19.69 | 120.84 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 22 | 7 | 0.09 | 0 | 0.68 | 0.91 | 68 | 0.52 | 0.06 |
| Hex | 14 | 16 | 7 | 9 | 0 | 44 | 5B | 44 | 34 | 6 |
| Octal | 24 | 26 | 7 | 11 | 0 | 104 | 133 | 104 | 64 | 6 |
| Binary | 10100 | 10110 | 111 | 1001 | 0 | 1000100 | 1011011 | 1000100 | 110100 | 110 |
Color Harmonies of #141607
Complementary color
Monochromatic Colors of #141607
Black with #141607
Text Example
Text Example
White with #141607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141607; }
p { color: rgb(20,22,7); }
H1.HeaderClassName
{
color: #141607;
}
.AnyTagClassName
{
color: #141607;
}
</style>
background-color css
<style>
a { background-color: #141607; }
a { background-color: rgb(20,22,7); }
div.DivClassName
{
background-color: #141607;
}
.BgClassName
{
background-color: #141607;
}
</style>
border-color css
<style>
span { border-color: #141607; }
span { border-color: rgb(20,22,7); }
td.TdClassName
{
border-color: #141607;
}
.TagClassName
{
border-color: #141607;
}
</style>