Shades of Green Waterloo #0C0D06
Tints of Green Waterloo #0C0D06
RGB
CMYK
RGB Variations
Color information
#0C0D06 (or 0x0C0D06) is known color: Green Waterloo. HEX triplet: 0C, 0D and 06. RGB value is (12,13,6). Sum of RGB (Red+Green+Blue) = 12+13+6=31 (4% of max value = 765). Red value is 12 (5.08% from 255 or 38.71% from 31); Green value is 13 (5.47% from 255 or 41.94% from 31); Blue value is 6 (2.73% from 255 or 19.35% from 31); Max value from RGB is 13 - color contains mainly: green. Hex color #0C0D06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0D06 is #F3F2F9. Grayscale: #0B0B0B. Windows color (decimal): -15987450 or 396556. OLE color: 396556.
HSL color Cylindrical-coordinate representation of color #0C0D06: hue angle of 68.57º degrees, saturation: 0.37, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0C0D06 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 13 | 6 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.95 |
| HSL | 68.57º | 0.37% | 0.04% | - |
| HSV(B) | 68.57º | 0.54% | 0.05% | - |
| XYZ | 0.33 | 0.38 | 0.23 | - |
| YUV | 11.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 13 | 6 | 0.08 | 0 | 0.54 | 0.95 | 68.57 | 0.37 | 0.04 |
| Hex | C | D | 6 | 8 | 0 | 36 | 5F | 45 | 25 | 4 |
| Octal | 14 | 15 | 6 | 10 | 0 | 66 | 137 | 105 | 45 | 4 |
| Binary | 1100 | 1101 | 110 | 1000 | 0 | 110110 | 1011111 | 1000101 | 100101 | 100 |
Color Harmonies of #0C0D06
Complementary color
Monochromatic Colors of #0C0D06
Black with #0C0D06
Text Example
Text Example
White with #0C0D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0D06; }
p { color: rgb(12,13,6); }
H1.HeaderClassName
{
color: #0C0D06;
}
.AnyTagClassName
{
color: #0C0D06;
}
</style>
background-color css
<style>
a { background-color: #0C0D06; }
a { background-color: rgb(12,13,6); }
div.DivClassName
{
background-color: #0C0D06;
}
.BgClassName
{
background-color: #0C0D06;
}
</style>
border-color css
<style>
span { border-color: #0C0D06; }
span { border-color: rgb(12,13,6); }
td.TdClassName
{
border-color: #0C0D06;
}
.TagClassName
{
border-color: #0C0D06;
}
</style>