Shades of Watercourse #0A6856
Tints of Watercourse #0A6856
RGB
CMYK
RGB Variations
Color information
#0A6856 (or 0x0A6856) is known color: Watercourse. HEX triplet: 0A, 68 and 56. RGB value is (10,104,86). Sum of RGB (Red+Green+Blue) = 10+104+86=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 104 (41.02% from 255 or 52% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 104 - color contains mainly: green. Hex color #0A6856 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6856 is #F597A9. Grayscale: #494949. Windows color (decimal): -16095146 or 5662730. OLE color: 5662730.
HSL color Cylindrical-coordinate representation of color #0A6856: hue angle of 168.51º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6856 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 104 | 86 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.59 |
| HSL | 168.51º | 0.82% | 0.22% | - |
| HSV(B) | 168.51º | 0.9% | 0.41% | - |
| XYZ | 6.76 | 10.64 | 10.5 | - |
| YUV | 73.84 | 134.86 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 104 | 86 | 0.90 | 0 | 0.17 | 0.59 | 168.51 | 0.82 | 0.22 |
| Hex | A | 68 | 56 | 5A | 0 | 11 | 3B | A9 | 52 | 16 |
| Octal | 12 | 150 | 126 | 132 | 0 | 21 | 73 | 251 | 122 | 26 |
| Binary | 1010 | 1101000 | 1010110 | 1011010 | 0 | 10001 | 111011 | 10101001 | 1010010 | 10110 |
Color Harmonies of #0A6856
Complementary color
Monochromatic Colors of #0A6856
Black with #0A6856
Text Example
Text Example
White with #0A6856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6856; }
p { color: rgb(10,104,86); }
H1.HeaderClassName
{
color: #0A6856;
}
.AnyTagClassName
{
color: #0A6856;
}
</style>
background-color css
<style>
a { background-color: #0A6856; }
a { background-color: rgb(10,104,86); }
div.DivClassName
{
background-color: #0A6856;
}
.BgClassName
{
background-color: #0A6856;
}
</style>
border-color css
<style>
span { border-color: #0A6856; }
span { border-color: rgb(10,104,86); }
td.TdClassName
{
border-color: #0A6856;
}
.TagClassName
{
border-color: #0A6856;
}
</style>