Shades of Watercourse #0A6951
Tints of Watercourse #0A6951
RGB
CMYK
RGB Variations
Color information
#0A6951 (or 0x0A6951) is known color: Watercourse. HEX triplet: 0A, 69 and 51. RGB value is (10,105,81). Sum of RGB (Red+Green+Blue) = 10+105+81=196 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.10% from 196); Green value is 105 (41.41% from 255 or 53.57% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 105 - color contains mainly: green. Hex color #0A6951 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6951 is #F596AE. Grayscale: #494949. Windows color (decimal): -16094895 or 5335306. OLE color: 5335306.
HSL color Cylindrical-coordinate representation of color #0A6951: hue angle of 164.84º 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 #0A6951 is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 105 | 81 | - |
| CMYK | 0.90 | 0 | 0.23 | 0.59 |
| HSL | 164.84º | 0.83% | 0.23% | - |
| HSV(B) | 164.84º | 0.9% | 0.41% | - |
| XYZ | 6.66 | 10.76 | 9.51 | - |
| YUV | 73.86 | 132.03 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 105 | 81 | 0.90 | 0 | 0.23 | 0.59 | 164.84 | 0.83 | 0.23 |
| Hex | A | 69 | 51 | 5A | 0 | 17 | 3B | A5 | 53 | 17 |
| Octal | 12 | 151 | 121 | 132 | 0 | 27 | 73 | 245 | 123 | 27 |
| Binary | 1010 | 1101001 | 1010001 | 1011010 | 0 | 10111 | 111011 | 10100101 | 1010011 | 10111 |
Color Harmonies of #0A6951
Complementary color
Monochromatic Colors of #0A6951
Black with #0A6951
Text Example
Text Example
White with #0A6951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6951; }
p { color: rgb(10,105,81); }
H1.HeaderClassName
{
color: #0A6951;
}
.AnyTagClassName
{
color: #0A6951;
}
</style>
background-color css
<style>
a { background-color: #0A6951; }
a { background-color: rgb(10,105,81); }
div.DivClassName
{
background-color: #0A6951;
}
.BgClassName
{
background-color: #0A6951;
}
</style>
border-color css
<style>
span { border-color: #0A6951; }
span { border-color: rgb(10,105,81); }
td.TdClassName
{
border-color: #0A6951;
}
.TagClassName
{
border-color: #0A6951;
}
</style>