Shades of Watercourse #0A6957
Tints of Watercourse #0A6957
RGB
CMYK
RGB Variations
Color information
#0A6957 (or 0x0A6957) is known color: Watercourse. HEX triplet: 0A, 69 and 57. RGB value is (10,105,87). Sum of RGB (Red+Green+Blue) = 10+105+87=202 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.95% from 202); Green value is 105 (41.41% from 255 or 51.98% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 105 - color contains mainly: green. Hex color #0A6957 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6957 is #F596A8. Grayscale: #4A4A4A. Windows color (decimal): -16094889 or 5728522. OLE color: 5728522.
HSL color Cylindrical-coordinate representation of color #0A6957: hue angle of 168.63º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6957 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 105 | 87 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.59 |
| HSL | 168.63º | 0.83% | 0.23% | - |
| HSV(B) | 168.63º | 0.9% | 0.41% | - |
| XYZ | 6.9 | 10.86 | 10.75 | - |
| YUV | 74.54 | 135.03 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 105 | 87 | 0.90 | 0 | 0.17 | 0.59 | 168.63 | 0.83 | 0.23 |
| Hex | A | 69 | 57 | 5A | 0 | 11 | 3B | A9 | 53 | 17 |
| Octal | 12 | 151 | 127 | 132 | 0 | 21 | 73 | 251 | 123 | 27 |
| Binary | 1010 | 1101001 | 1010111 | 1011010 | 0 | 10001 | 111011 | 10101001 | 1010011 | 10111 |
Color Harmonies of #0A6957
Complementary color
Monochromatic Colors of #0A6957
Black with #0A6957
Text Example
Text Example
White with #0A6957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6957; }
p { color: rgb(10,105,87); }
H1.HeaderClassName
{
color: #0A6957;
}
.AnyTagClassName
{
color: #0A6957;
}
</style>
background-color css
<style>
a { background-color: #0A6957; }
a { background-color: rgb(10,105,87); }
div.DivClassName
{
background-color: #0A6957;
}
.BgClassName
{
background-color: #0A6957;
}
</style>
border-color css
<style>
span { border-color: #0A6957; }
span { border-color: rgb(10,105,87); }
td.TdClassName
{
border-color: #0A6957;
}
.TagClassName
{
border-color: #0A6957;
}
</style>