Shades of Watercourse #0A6449
Tints of Watercourse #0A6449
RGB
CMYK
RGB Variations
Color information
#0A6449 (or 0x0A6449) is known color: Watercourse. HEX triplet: 0A, 64 and 49. RGB value is (10,100,73). Sum of RGB (Red+Green+Blue) = 10+100+73=183 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.46% from 183); Green value is 100 (39.45% from 255 or 54.64% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 100 - color contains mainly: green. Hex color #0A6449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6449 is #F59BB6. Grayscale: #464646. Windows color (decimal): -16096183 or 4809738. OLE color: 4809738.
HSL color Cylindrical-coordinate representation of color #0A6449: hue angle of 162º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6449 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 100 | 73 | - |
| CMYK | 0.90 | 0 | 0.27 | 0.61 |
| HSL | 162º | 0.82% | 0.22% | - |
| HSV(B) | 162º | 0.9% | 0.39% | - |
| XYZ | 5.88 | 9.66 | 7.86 | - |
| YUV | 70.01 | 129.68 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 100 | 73 | 0.90 | 0 | 0.27 | 0.61 | 162 | 0.82 | 0.22 |
| Hex | A | 64 | 49 | 5A | 0 | 1B | 3D | A2 | 52 | 16 |
| Octal | 12 | 144 | 111 | 132 | 0 | 33 | 75 | 242 | 122 | 26 |
| Binary | 1010 | 1100100 | 1001001 | 1011010 | 0 | 11011 | 111101 | 10100010 | 1010010 | 10110 |
Color Harmonies of #0A6449
Complementary color
Monochromatic Colors of #0A6449
Black with #0A6449
Text Example
Text Example
White with #0A6449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6449; }
p { color: rgb(10,100,73); }
H1.HeaderClassName
{
color: #0A6449;
}
.AnyTagClassName
{
color: #0A6449;
}
</style>
background-color css
<style>
a { background-color: #0A6449; }
a { background-color: rgb(10,100,73); }
div.DivClassName
{
background-color: #0A6449;
}
.BgClassName
{
background-color: #0A6449;
}
</style>
border-color css
<style>
span { border-color: #0A6449; }
span { border-color: rgb(10,100,73); }
td.TdClassName
{
border-color: #0A6449;
}
.TagClassName
{
border-color: #0A6449;
}
</style>