Shades of Watercourse #0A6851
Tints of Watercourse #0A6851
RGB
CMYK
RGB Variations
Color information
#0A6851 (or 0x0A6851) is known color: Watercourse. HEX triplet: 0A, 68 and 51. RGB value is (10,104,81). Sum of RGB (Red+Green+Blue) = 10+104+81=195 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.13% from 195); Green value is 104 (41.02% from 255 or 53.33% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 104 - color contains mainly: green. Hex color #0A6851 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6851 is #F597AE. Grayscale: #494949. Windows color (decimal): -16095151 or 5335050. OLE color: 5335050.
HSL color Cylindrical-coordinate representation of color #0A6851: hue angle of 165.32º 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 #0A6851 is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 104 | 81 | - |
| CMYK | 0.90 | 0 | 0.22 | 0.59 |
| HSL | 165.32º | 0.82% | 0.22% | - |
| HSV(B) | 165.32º | 0.9% | 0.41% | - |
| XYZ | 6.56 | 10.56 | 9.48 | - |
| YUV | 73.27 | 132.36 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 104 | 81 | 0.90 | 0 | 0.22 | 0.59 | 165.32 | 0.82 | 0.22 |
| Hex | A | 68 | 51 | 5A | 0 | 16 | 3B | A5 | 52 | 16 |
| Octal | 12 | 150 | 121 | 132 | 0 | 26 | 73 | 245 | 122 | 26 |
| Binary | 1010 | 1101000 | 1010001 | 1011010 | 0 | 10110 | 111011 | 10100101 | 1010010 | 10110 |
Color Harmonies of #0A6851
Complementary color
Monochromatic Colors of #0A6851
Black with #0A6851
Text Example
Text Example
White with #0A6851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6851; }
p { color: rgb(10,104,81); }
H1.HeaderClassName
{
color: #0A6851;
}
.AnyTagClassName
{
color: #0A6851;
}
</style>
background-color css
<style>
a { background-color: #0A6851; }
a { background-color: rgb(10,104,81); }
div.DivClassName
{
background-color: #0A6851;
}
.BgClassName
{
background-color: #0A6851;
}
</style>
border-color css
<style>
span { border-color: #0A6851; }
span { border-color: rgb(10,104,81); }
td.TdClassName
{
border-color: #0A6851;
}
.TagClassName
{
border-color: #0A6851;
}
</style>