Shades of Green Waterloo #121507
Tints of Green Waterloo #121507
RGB
CMYK
RGB Variations
Color information
#121507 (or 0x121507) is known color: Green Waterloo. HEX triplet: 12, 15 and 07. RGB value is (18,21,7). Sum of RGB (Red+Green+Blue) = 18+21+7=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 21 (8.59% from 255 or 45.65% from 46); Blue value is 7 (3.12% from 255 or 15.22% from 46); Max value from RGB is 21 - color contains mainly: green. Hex color #121507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121507 is #EDEAF8. Grayscale: #121212. Windows color (decimal): -15592185 or 464146. OLE color: 464146.
HSL color Cylindrical-coordinate representation of color #121507: hue angle of 72.86º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #121507 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 18 | 21 | 7 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.92 |
| HSL | 72.86º | 0.5% | 0.05% | - |
| HSV(B) | 72.86º | 0.67% | 0.08% | - |
| XYZ | 0.56 | 0.68 | 0.3 | - |
| YUV | 18.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 21 | 7 | 0.14 | 0 | 0.67 | 0.92 | 72.86 | 0.5 | 0.05 |
| Hex | 12 | 15 | 7 | E | 0 | 43 | 5C | 49 | 32 | 5 |
| Octal | 22 | 25 | 7 | 16 | 0 | 103 | 134 | 111 | 62 | 5 |
| Binary | 10010 | 10101 | 111 | 1110 | 0 | 1000011 | 1011100 | 1001001 | 110010 | 101 |
Color Harmonies of #121507
Complementary color
Monochromatic Colors of #121507
Black with #121507
Text Example
Text Example
White with #121507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121507; }
p { color: rgb(18,21,7); }
H1.HeaderClassName
{
color: #121507;
}
.AnyTagClassName
{
color: #121507;
}
</style>
background-color css
<style>
a { background-color: #121507; }
a { background-color: rgb(18,21,7); }
div.DivClassName
{
background-color: #121507;
}
.BgClassName
{
background-color: #121507;
}
</style>
border-color css
<style>
span { border-color: #121507; }
span { border-color: rgb(18,21,7); }
td.TdClassName
{
border-color: #121507;
}
.TagClassName
{
border-color: #121507;
}
</style>