Shades of Green Waterloo #080A00
Tints of Green Waterloo #080A00
RGB
CMYK
RGB Variations
Color information
#080A00 (or 0x080A00) is known color: Green Waterloo. HEX triplet: 08, 0A and 00. RGB value is (8,10,0). Sum of RGB (Red+Green+Blue) = 8+10+0=18 (2% of max value = 765). Red value is 8 (3.52% from 255 or 44.44% from 18); Green value is 10 (4.30% from 255 or 55.56% from 18); Blue value is 0 (0.39% from 255 or 0% from 18); Max value from RGB is 10 - color contains mainly: green. Hex color #080A00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A00 is #F7F5FF. Grayscale: #080808. Windows color (decimal): -16250368 or 2568. OLE color: 2568.
HSL color Cylindrical-coordinate representation of color #080A00: hue angle of 72º 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 #080A00 is Cyan = 0.2, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.96.
Color convert
RGB | 8 | 10 | 0 | - |
CMYK | 0.2 | 0 | 1 | 0.96 |
HSL | 72º | 1% | 0.02% | - |
HSV(B) | 72º | 1% | 0.04% | - |
XYZ | 0.21 | 0.27 | 0.04 | - |
YUV | 8.26 | 123.34 | 127.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 10 | 0 | 0.2 | 0 | 1 | 0.96 | 72 | 1 | 0.02 |
Hex | 8 | A | 0 | 14 | 0 | 64 | 60 | 48 | 64 | 2 |
Octal | 10 | 12 | 0 | 24 | 0 | 144 | 140 | 110 | 144 | 2 |
Binary | 1000 | 1010 | 0 | 10100 | 0 | 1100100 | 1100000 | 1001000 | 1100100 | 10 |
Color Harmonies of #080A00
Complementary color
Monochromatic Colors of #080A00
Black with #080A00
Text Example
Text Example
White with #080A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A00; }
p { color: rgb(8,10,0); }
H1.HeaderClassName
{
color: #080A00;
}
.AnyTagClassName
{
color: #080A00;
}
</style>
background-color css
<style>
a { background-color: #080A00; }
a { background-color: rgb(8,10,0); }
div.DivClassName
{
background-color: #080A00;
}
.BgClassName
{
background-color: #080A00;
}
</style>
border-color css
<style>
span { border-color: #080A00; }
span { border-color: rgb(8,10,0); }
td.TdClassName
{
border-color: #080A00;
}
.TagClassName
{
border-color: #080A00;
}
</style>