Shades of Green Waterloo #151806
Tints of Green Waterloo #151806
RGB
CMYK
RGB Variations
Color information
#151806 (or 0x151806) is known color: Green Waterloo. HEX triplet: 15, 18 and 06. RGB value is (21,24,6). Sum of RGB (Red+Green+Blue) = 21+24+6=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 24 (9.77% from 255 or 47.06% from 51); Blue value is 6 (2.73% from 255 or 11.76% from 51); Max value from RGB is 24 - color contains mainly: green. Hex color #151806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151806 is #EAE7F9. Grayscale: #151515. Windows color (decimal): -15394810 or 399381. OLE color: 399381.
HSL color Cylindrical-coordinate representation of color #151806: hue angle of 70º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #151806 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 21 | 24 | 6 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.91 |
| HSL | 70º | 0.6% | 0.06% | - |
| HSV(B) | 70º | 0.75% | 0.09% | - |
| XYZ | 0.67 | 0.83 | 0.3 | - |
| YUV | 21.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 24 | 6 | 0.13 | 0 | 0.75 | 0.91 | 70 | 0.6 | 0.06 |
| Hex | 15 | 18 | 6 | D | 0 | 4B | 5B | 46 | 3C | 6 |
| Octal | 25 | 30 | 6 | 15 | 0 | 113 | 133 | 106 | 74 | 6 |
| Binary | 10101 | 11000 | 110 | 1101 | 0 | 1001011 | 1011011 | 1000110 | 111100 | 110 |
Color Harmonies of #151806
Complementary color
Monochromatic Colors of #151806
Black with #151806
Text Example
Text Example
White with #151806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151806; }
p { color: rgb(21,24,6); }
H1.HeaderClassName
{
color: #151806;
}
.AnyTagClassName
{
color: #151806;
}
</style>
background-color css
<style>
a { background-color: #151806; }
a { background-color: rgb(21,24,6); }
div.DivClassName
{
background-color: #151806;
}
.BgClassName
{
background-color: #151806;
}
</style>
border-color css
<style>
span { border-color: #151806; }
span { border-color: rgb(21,24,6); }
td.TdClassName
{
border-color: #151806;
}
.TagClassName
{
border-color: #151806;
}
</style>