Shades of Green Waterloo #111407
Tints of Green Waterloo #111407
RGB
CMYK
RGB Variations
Color information
#111407 (or 0x111407) is known color: Green Waterloo. HEX triplet: 11, 14 and 07. RGB value is (17,20,7). Sum of RGB (Red+Green+Blue) = 17+20+7=44 (5% of max value = 765). Red value is 17 (7.03% from 255 or 38.64% from 44); Green value is 20 (8.20% from 255 or 45.45% from 44); Blue value is 7 (3.12% from 255 or 15.91% from 44); Max value from RGB is 20 - color contains mainly: green. Hex color #111407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111407 is #EEEBF8. Grayscale: #111111. Windows color (decimal): -15657977 or 463889. OLE color: 463889.
HSL color Cylindrical-coordinate representation of color #111407: hue angle of 73.85º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #111407 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 17 | 20 | 7 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.92 |
| HSL | 73.85º | 0.48% | 0.05% | - |
| HSV(B) | 73.85º | 0.65% | 0.08% | - |
| XYZ | 0.52 | 0.63 | 0.3 | - |
| YUV | 17.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 7 | 0.15 | 0 | 0.65 | 0.92 | 73.85 | 0.48 | 0.05 |
| Hex | 11 | 14 | 7 | F | 0 | 41 | 5C | 4A | 30 | 5 |
| Octal | 21 | 24 | 7 | 17 | 0 | 101 | 134 | 112 | 60 | 5 |
| Binary | 10001 | 10100 | 111 | 1111 | 0 | 1000001 | 1011100 | 1001010 | 110000 | 101 |
Color Harmonies of #111407
Complementary color
Monochromatic Colors of #111407
Black with #111407
Text Example
Text Example
White with #111407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111407; }
p { color: rgb(17,20,7); }
H1.HeaderClassName
{
color: #111407;
}
.AnyTagClassName
{
color: #111407;
}
</style>
background-color css
<style>
a { background-color: #111407; }
a { background-color: rgb(17,20,7); }
div.DivClassName
{
background-color: #111407;
}
.BgClassName
{
background-color: #111407;
}
</style>
border-color css
<style>
span { border-color: #111407; }
span { border-color: rgb(17,20,7); }
td.TdClassName
{
border-color: #111407;
}
.TagClassName
{
border-color: #111407;
}
</style>