Shades of Green Waterloo #090B00
Tints of Green Waterloo #090B00
RGB
CMYK
RGB Variations
Color information
#090B00 (or 0x090B00) is known color: Green Waterloo. HEX triplet: 09, 0B and 00. RGB value is (9,11,0). Sum of RGB (Red+Green+Blue) = 9+11+0=20 (2% of max value = 765). Red value is 9 (3.91% from 255 or 45% from 20); Green value is 11 (4.69% from 255 or 55% from 20); Blue value is 0 (0.39% from 255 or 0% from 20); Max value from RGB is 11 - color contains mainly: green. Hex color #090B00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090B00 is #F6F4FF. Grayscale: #090909. Windows color (decimal): -16184576 or 2825. OLE color: 2825.
HSL color Cylindrical-coordinate representation of color #090B00: hue angle of 70.91º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090B00 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 9 | 11 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.96 |
| HSL | 70.91º | 1% | 0.02% | - |
| HSV(B) | 70.91º | 1% | 0.04% | - |
| XYZ | 0.23 | 0.3 | 0.05 | - |
| YUV | 9.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 11 | 0 | 0.18 | 0 | 1 | 0.96 | 70.91 | 1 | 0.02 |
| Hex | 9 | B | 0 | 12 | 0 | 64 | 60 | 47 | 64 | 2 |
| Octal | 11 | 13 | 0 | 22 | 0 | 144 | 140 | 107 | 144 | 2 |
| Binary | 1001 | 1011 | 0 | 10010 | 0 | 1100100 | 1100000 | 1000111 | 1100100 | 10 |
Color Harmonies of #090B00
Complementary color
Monochromatic Colors of #090B00
Black with #090B00
Text Example
Text Example
White with #090B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090B00; }
p { color: rgb(9,11,0); }
H1.HeaderClassName
{
color: #090B00;
}
.AnyTagClassName
{
color: #090B00;
}
</style>
background-color css
<style>
a { background-color: #090B00; }
a { background-color: rgb(9,11,0); }
div.DivClassName
{
background-color: #090B00;
}
.BgClassName
{
background-color: #090B00;
}
</style>
border-color css
<style>
span { border-color: #090B00; }
span { border-color: rgb(9,11,0); }
td.TdClassName
{
border-color: #090B00;
}
.TagClassName
{
border-color: #090B00;
}
</style>