Shades of Green Waterloo #0B0C07
Tints of Green Waterloo #0B0C07
RGB
CMYK
RGB Variations
Color information
#0B0C07 (or 0x0B0C07) is known color: Green Waterloo. HEX triplet: 0B, 0C and 07. RGB value is (11,12,7). Sum of RGB (Red+Green+Blue) = 11+12+7=30 (3% of max value = 765). Red value is 11 (4.69% from 255 or 36.67% from 30); Green value is 12 (5.08% from 255 or 40% from 30); Blue value is 7 (3.12% from 255 or 23.33% from 30); Max value from RGB is 12 - color contains mainly: green. Hex color #0B0C07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0C07 is #F4F3F8. Grayscale: #0B0B0B. Windows color (decimal): -16053241 or 461835. OLE color: 461835.
HSL color Cylindrical-coordinate representation of color #0B0C07: hue angle of 72º degrees, saturation: 0.26, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0B0C07 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 11 | 12 | 7 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.95 |
| HSL | 72º | 0.26% | 0.04% | - |
| HSV(B) | 72º | 0.42% | 0.05% | - |
| XYZ | 0.31 | 0.35 | 0.25 | - |
| YUV | 11.13 | 125.67 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 12 | 7 | 0.08 | 0 | 0.42 | 0.95 | 72 | 0.26 | 0.04 |
| Hex | B | C | 7 | 8 | 0 | 2A | 5F | 48 | 1A | 4 |
| Octal | 13 | 14 | 7 | 10 | 0 | 52 | 137 | 110 | 32 | 4 |
| Binary | 1011 | 1100 | 111 | 1000 | 0 | 101010 | 1011111 | 1001000 | 11010 | 100 |
Color Harmonies of #0B0C07
Complementary color
Monochromatic Colors of #0B0C07
Black with #0B0C07
Text Example
Text Example
White with #0B0C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0C07; }
p { color: rgb(11,12,7); }
H1.HeaderClassName
{
color: #0B0C07;
}
.AnyTagClassName
{
color: #0B0C07;
}
</style>
background-color css
<style>
a { background-color: #0B0C07; }
a { background-color: rgb(11,12,7); }
div.DivClassName
{
background-color: #0B0C07;
}
.BgClassName
{
background-color: #0B0C07;
}
</style>
border-color css
<style>
span { border-color: #0B0C07; }
span { border-color: rgb(11,12,7); }
td.TdClassName
{
border-color: #0B0C07;
}
.TagClassName
{
border-color: #0B0C07;
}
</style>