Shades of Watercourse #0A6049
Tints of Watercourse #0A6049
RGB
CMYK
RGB Variations
Color information
#0A6049 (or 0x0A6049) is known color: Watercourse. HEX triplet: 0A, 60 and 49. RGB value is (10,96,73). Sum of RGB (Red+Green+Blue) = 10+96+73=179 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.59% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #0A6049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6049 is #F59FB6. Grayscale: #434343. Windows color (decimal): -16097207 or 4808714. OLE color: 4808714.
HSL color Cylindrical-coordinate representation of color #0A6049: hue angle of 163.95º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6049 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 10 | 96 | 73 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.62 |
| HSL | 163.95º | 0.81% | 0.21% | - |
| HSV(B) | 163.95º | 0.9% | 0.38% | - |
| XYZ | 5.51 | 8.91 | 7.73 | - |
| YUV | 67.66 | 131.01 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 96 | 73 | 0.90 | 0 | 0.24 | 0.62 | 163.95 | 0.81 | 0.21 |
| Hex | A | 60 | 49 | 5A | 0 | 18 | 3E | A4 | 51 | 15 |
| Octal | 12 | 140 | 111 | 132 | 0 | 30 | 76 | 244 | 121 | 25 |
| Binary | 1010 | 1100000 | 1001001 | 1011010 | 0 | 11000 | 111110 | 10100100 | 1010001 | 10101 |
Color Harmonies of #0A6049
Complementary color
Monochromatic Colors of #0A6049
Black with #0A6049
Text Example
Text Example
White with #0A6049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6049; }
p { color: rgb(10,96,73); }
H1.HeaderClassName
{
color: #0A6049;
}
.AnyTagClassName
{
color: #0A6049;
}
</style>
background-color css
<style>
a { background-color: #0A6049; }
a { background-color: rgb(10,96,73); }
div.DivClassName
{
background-color: #0A6049;
}
.BgClassName
{
background-color: #0A6049;
}
</style>
border-color css
<style>
span { border-color: #0A6049; }
span { border-color: rgb(10,96,73); }
td.TdClassName
{
border-color: #0A6049;
}
.TagClassName
{
border-color: #0A6049;
}
</style>