Shades of Green Waterloo #070900
Tints of Green Waterloo #070900
RGB
CMYK
RGB Variations
Color information
#070900 (or 0x070900) is known color: Green Waterloo. HEX triplet: 07, 09 and 00. RGB value is (7,9,0). Sum of RGB (Red+Green+Blue) = 7+9+0=16 (2% of max value = 765). Red value is 7 (3.12% from 255 or 43.75% from 16); Green value is 9 (3.91% from 255 or 56.25% from 16); Blue value is 0 (0.39% from 255 or 0% from 16); Max value from RGB is 9 - color contains mainly: green. Hex color #070900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070900 is #F8F6FF. Grayscale: #070707. Windows color (decimal): -16316160 or 2311. OLE color: 2311.
HSL color Cylindrical-coordinate representation of color #070900: hue angle of 73.33º 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 #070900 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 7 | 9 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.96 |
| HSL | 73.33º | 1% | 0.02% | - |
| HSV(B) | 73.33º | 1% | 0.04% | - |
| XYZ | 0.19 | 0.24 | 0.04 | - |
| YUV | 7.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 9 | 0 | 0.22 | 0 | 1 | 0.96 | 73.33 | 1 | 0.02 |
| Hex | 7 | 9 | 0 | 16 | 0 | 64 | 60 | 49 | 64 | 2 |
| Octal | 7 | 11 | 0 | 26 | 0 | 144 | 140 | 111 | 144 | 2 |
| Binary | 111 | 1001 | 0 | 10110 | 0 | 1100100 | 1100000 | 1001001 | 1100100 | 10 |
Color Harmonies of #070900
Complementary color
Monochromatic Colors of #070900
Black with #070900
Text Example
Text Example
White with #070900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070900; }
p { color: rgb(7,9,0); }
H1.HeaderClassName
{
color: #070900;
}
.AnyTagClassName
{
color: #070900;
}
</style>
background-color css
<style>
a { background-color: #070900; }
a { background-color: rgb(7,9,0); }
div.DivClassName
{
background-color: #070900;
}
.BgClassName
{
background-color: #070900;
}
</style>
border-color css
<style>
span { border-color: #070900; }
span { border-color: rgb(7,9,0); }
td.TdClassName
{
border-color: #070900;
}
.TagClassName
{
border-color: #070900;
}
</style>