Shades of Watercourse #0A6450
Tints of Watercourse #0A6450
RGB
CMYK
RGB Variations
Color information
#0A6450 (or 0x0A6450) is known color: Watercourse. HEX triplet: 0A, 64 and 50. RGB value is (10,100,80). Sum of RGB (Red+Green+Blue) = 10+100+80=190 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.26% from 190); Green value is 100 (39.45% from 255 or 52.63% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 100 - color contains mainly: green. Hex color #0A6450 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6450 is #F59BAF. Grayscale: #464646. Windows color (decimal): -16096176 or 5268490. OLE color: 5268490.
HSL color Cylindrical-coordinate representation of color #0A6450: hue angle of 166.67º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6450 is Cyan = 0.90, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 100 | 80 | - |
| CMYK | 0.90 | 0 | 0.2 | 0.61 |
| HSL | 166.67º | 0.82% | 0.22% | - |
| HSV(B) | 166.67º | 0.9% | 0.39% | - |
| XYZ | 6.13 | 9.76 | 9.15 | - |
| YUV | 70.81 | 133.18 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 100 | 80 | 0.90 | 0 | 0.2 | 0.61 | 166.67 | 0.82 | 0.22 |
| Hex | A | 64 | 50 | 5A | 0 | 14 | 3D | A7 | 52 | 16 |
| Octal | 12 | 144 | 120 | 132 | 0 | 24 | 75 | 247 | 122 | 26 |
| Binary | 1010 | 1100100 | 1010000 | 1011010 | 0 | 10100 | 111101 | 10100111 | 1010010 | 10110 |
Color Harmonies of #0A6450
Complementary color
Monochromatic Colors of #0A6450
Black with #0A6450
Text Example
Text Example
White with #0A6450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6450; }
p { color: rgb(10,100,80); }
H1.HeaderClassName
{
color: #0A6450;
}
.AnyTagClassName
{
color: #0A6450;
}
</style>
background-color css
<style>
a { background-color: #0A6450; }
a { background-color: rgb(10,100,80); }
div.DivClassName
{
background-color: #0A6450;
}
.BgClassName
{
background-color: #0A6450;
}
</style>
border-color css
<style>
span { border-color: #0A6450; }
span { border-color: rgb(10,100,80); }
td.TdClassName
{
border-color: #0A6450;
}
.TagClassName
{
border-color: #0A6450;
}
</style>