Shades of Green Waterloo #101109
Tints of Green Waterloo #101109
RGB
CMYK
RGB Variations
Color information
#101109 (or 0x101109) is known color: Green Waterloo. HEX triplet: 10, 11 and 09. RGB value is (16,17,9). Sum of RGB (Red+Green+Blue) = 16+17+9=42 (5% of max value = 765). Red value is 16 (6.64% from 255 or 38.10% from 42); Green value is 17 (7.03% from 255 or 40.48% from 42); Blue value is 9 (3.91% from 255 or 21.43% from 42); Max value from RGB is 17 - color contains mainly: green. Hex color #101109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101109 is #EFEEF6. Grayscale: #0F0F0F. Windows color (decimal): -15724279 or 594192. OLE color: 594192.
HSL color Cylindrical-coordinate representation of color #101109: hue angle of 67.5º degrees, saturation: 0.31, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #101109 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 16 | 17 | 9 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.93 |
| HSL | 67.5º | 0.31% | 0.05% | - |
| HSV(B) | 67.5º | 0.47% | 0.07% | - |
| XYZ | 0.46 | 0.53 | 0.34 | - |
| YUV | 15.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 9 | 0.06 | 0 | 0.47 | 0.93 | 67.5 | 0.31 | 0.05 |
| Hex | 10 | 11 | 9 | 6 | 0 | 2F | 5D | 44 | 1F | 5 |
| Octal | 20 | 21 | 11 | 6 | 0 | 57 | 135 | 104 | 37 | 5 |
| Binary | 10000 | 10001 | 1001 | 110 | 0 | 101111 | 1011101 | 1000100 | 11111 | 101 |
Color Harmonies of #101109
Complementary color
Monochromatic Colors of #101109
Black with #101109
Text Example
Text Example
White with #101109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101109; }
p { color: rgb(16,17,9); }
H1.HeaderClassName
{
color: #101109;
}
.AnyTagClassName
{
color: #101109;
}
</style>
background-color css
<style>
a { background-color: #101109; }
a { background-color: rgb(16,17,9); }
div.DivClassName
{
background-color: #101109;
}
.BgClassName
{
background-color: #101109;
}
</style>
border-color css
<style>
span { border-color: #101109; }
span { border-color: rgb(16,17,9); }
td.TdClassName
{
border-color: #101109;
}
.TagClassName
{
border-color: #101109;
}
</style>