Shades of Green Waterloo #202706
Tints of Green Waterloo #202706
RGB
CMYK
RGB Variations
Color information
#202706 (or 0x202706) is known color: Green Waterloo. HEX triplet: 20, 27 and 06. RGB value is (32,39,6). Sum of RGB (Red+Green+Blue) = 32+39+6=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 39 (15.62% from 255 or 50.65% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 39 - color contains mainly: green. Hex color #202706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202706 is #DFD8F9. Grayscale: #212121. Windows color (decimal): -14670074 or 403232. OLE color: 403232.
HSL color Cylindrical-coordinate representation of color #202706: hue angle of 72.73º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #202706 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 39 | 6 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.85 |
| HSL | 72.73º | 0.73% | 0.09% | - |
| HSV(B) | 72.73º | 0.85% | 0.15% | - |
| XYZ | 1.35 | 1.77 | 0.44 | - |
| YUV | 33.15 | 112.68 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 39 | 6 | 0.18 | 0 | 0.85 | 0.85 | 72.73 | 0.73 | 0.09 |
| Hex | 20 | 27 | 6 | 12 | 0 | 55 | 55 | 49 | 49 | 9 |
| Octal | 40 | 47 | 6 | 22 | 0 | 125 | 125 | 111 | 111 | 11 |
| Binary | 100000 | 100111 | 110 | 10010 | 0 | 1010101 | 1010101 | 1001001 | 1001001 | 1001 |
Color Harmonies of #202706
Complementary color
Monochromatic Colors of #202706
Black with #202706
Text Example
Text Example
White with #202706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202706; }
p { color: rgb(32,39,6); }
H1.HeaderClassName
{
color: #202706;
}
.AnyTagClassName
{
color: #202706;
}
</style>
background-color css
<style>
a { background-color: #202706; }
a { background-color: rgb(32,39,6); }
div.DivClassName
{
background-color: #202706;
}
.BgClassName
{
background-color: #202706;
}
</style>
border-color css
<style>
span { border-color: #202706; }
span { border-color: rgb(32,39,6); }
td.TdClassName
{
border-color: #202706;
}
.TagClassName
{
border-color: #202706;
}
</style>