Shades of Watercourse #0A6955
Tints of Watercourse #0A6955
RGB
CMYK
RGB Variations
Color information
#0A6955 (or 0x0A6955) is known color: Watercourse. HEX triplet: 0A, 69 and 55. RGB value is (10,105,85). Sum of RGB (Red+Green+Blue) = 10+105+85=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 105 (41.41% from 255 or 52.5% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 105 - color contains mainly: green. Hex color #0A6955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6955 is #F596AA. Grayscale: #4A4A4A. Windows color (decimal): -16094891 or 5597450. OLE color: 5597450.
HSL color Cylindrical-coordinate representation of color #0A6955: hue angle of 167.37º 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 #0A6955 is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 105 | 85 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.59 |
| HSL | 167.37º | 0.83% | 0.23% | - |
| HSV(B) | 167.37º | 0.9% | 0.41% | - |
| XYZ | 6.82 | 10.82 | 10.32 | - |
| YUV | 74.32 | 134.03 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 105 | 85 | 0.90 | 0 | 0.19 | 0.59 | 167.37 | 0.83 | 0.23 |
| Hex | A | 69 | 55 | 5A | 0 | 13 | 3B | A7 | 53 | 17 |
| Octal | 12 | 151 | 125 | 132 | 0 | 23 | 73 | 247 | 123 | 27 |
| Binary | 1010 | 1101001 | 1010101 | 1011010 | 0 | 10011 | 111011 | 10100111 | 1010011 | 10111 |
Color Harmonies of #0A6955
Complementary color
Monochromatic Colors of #0A6955
Black with #0A6955
Text Example
Text Example
White with #0A6955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6955; }
p { color: rgb(10,105,85); }
H1.HeaderClassName
{
color: #0A6955;
}
.AnyTagClassName
{
color: #0A6955;
}
</style>
background-color css
<style>
a { background-color: #0A6955; }
a { background-color: rgb(10,105,85); }
div.DivClassName
{
background-color: #0A6955;
}
.BgClassName
{
background-color: #0A6955;
}
</style>
border-color css
<style>
span { border-color: #0A6955; }
span { border-color: rgb(10,105,85); }
td.TdClassName
{
border-color: #0A6955;
}
.TagClassName
{
border-color: #0A6955;
}
</style>