Shades of Green Waterloo #0F1106
Tints of Green Waterloo #0F1106
RGB
CMYK
RGB Variations
Color information
#0F1106 (or 0x0F1106) is known color: Green Waterloo. HEX triplet: 0F, 11 and 06. RGB value is (15,17,6). Sum of RGB (Red+Green+Blue) = 15+17+6=38 (5% of max value = 765). Red value is 15 (6.25% from 255 or 39.47% from 38); Green value is 17 (7.03% from 255 or 44.74% from 38); Blue value is 6 (2.73% from 255 or 15.79% from 38); Max value from RGB is 17 - color contains mainly: green. Hex color #0F1106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1106 is #F0EEF9. Grayscale: #0F0F0F. Windows color (decimal): -15789818 or 397583. OLE color: 397583.
HSL color Cylindrical-coordinate representation of color #0F1106: hue angle of 70.91º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0F1106 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 15 | 17 | 6 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.93 |
| HSL | 70.91º | 0.48% | 0.05% | - |
| HSV(B) | 70.91º | 0.65% | 0.07% | - |
| XYZ | 0.43 | 0.52 | 0.25 | - |
| YUV | 15.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 17 | 6 | 0.12 | 0 | 0.65 | 0.93 | 70.91 | 0.48 | 0.05 |
| Hex | F | 11 | 6 | C | 0 | 41 | 5D | 47 | 30 | 5 |
| Octal | 17 | 21 | 6 | 14 | 0 | 101 | 135 | 107 | 60 | 5 |
| Binary | 1111 | 10001 | 110 | 1100 | 0 | 1000001 | 1011101 | 1000111 | 110000 | 101 |
Color Harmonies of #0F1106
Complementary color
Monochromatic Colors of #0F1106
Black with #0F1106
Text Example
Text Example
White with #0F1106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1106; }
p { color: rgb(15,17,6); }
H1.HeaderClassName
{
color: #0F1106;
}
.AnyTagClassName
{
color: #0F1106;
}
</style>
background-color css
<style>
a { background-color: #0F1106; }
a { background-color: rgb(15,17,6); }
div.DivClassName
{
background-color: #0F1106;
}
.BgClassName
{
background-color: #0F1106;
}
</style>
border-color css
<style>
span { border-color: #0F1106; }
span { border-color: rgb(15,17,6); }
td.TdClassName
{
border-color: #0F1106;
}
.TagClassName
{
border-color: #0F1106;
}
</style>