Shades of Watercourse #0A6250
Tints of Watercourse #0A6250
RGB
CMYK
RGB Variations
Color information
#0A6250 (or 0x0A6250) is known color: Watercourse. HEX triplet: 0A, 62 and 50. RGB value is (10,98,80). Sum of RGB (Red+Green+Blue) = 10+98+80=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 98 (38.67% from 255 or 52.13% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 98 - color contains mainly: green. Hex color #0A6250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6250 is #F59DAF. Grayscale: #454545. Windows color (decimal): -16096688 or 5267978. OLE color: 5267978.
HSL color Cylindrical-coordinate representation of color #0A6250: hue angle of 167.73º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6250 is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 10 | 98 | 80 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.62 |
| HSL | 167.73º | 0.81% | 0.21% | - |
| HSV(B) | 167.73º | 0.9% | 0.38% | - |
| XYZ | 5.94 | 9.38 | 9.09 | - |
| YUV | 69.64 | 133.85 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 98 | 80 | 0.90 | 0 | 0.18 | 0.62 | 167.73 | 0.81 | 0.21 |
| Hex | A | 62 | 50 | 5A | 0 | 12 | 3E | A8 | 51 | 15 |
| Octal | 12 | 142 | 120 | 132 | 0 | 22 | 76 | 250 | 121 | 25 |
| Binary | 1010 | 1100010 | 1010000 | 1011010 | 0 | 10010 | 111110 | 10101000 | 1010001 | 10101 |
Color Harmonies of #0A6250
Complementary color
Monochromatic Colors of #0A6250
Black with #0A6250
Text Example
Text Example
White with #0A6250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6250; }
p { color: rgb(10,98,80); }
H1.HeaderClassName
{
color: #0A6250;
}
.AnyTagClassName
{
color: #0A6250;
}
</style>
background-color css
<style>
a { background-color: #0A6250; }
a { background-color: rgb(10,98,80); }
div.DivClassName
{
background-color: #0A6250;
}
.BgClassName
{
background-color: #0A6250;
}
</style>
border-color css
<style>
span { border-color: #0A6250; }
span { border-color: rgb(10,98,80); }
td.TdClassName
{
border-color: #0A6250;
}
.TagClassName
{
border-color: #0A6250;
}
</style>