Shades of Watercourse #0A6D50
Tints of Watercourse #0A6D50
RGB
CMYK
RGB Variations
Color information
#0A6D50 (or 0x0A6D50) is known color: Watercourse. HEX triplet: 0A, 6D and 50. RGB value is (10,109,80). Sum of RGB (Red+Green+Blue) = 10+109+80=199 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.03% from 199); Green value is 109 (42.97% from 255 or 54.77% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 109 - color contains mainly: green. Hex color #0A6D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6D50 is #F592AF. Grayscale: #4C4C4C. Windows color (decimal): -16093872 or 5270794. OLE color: 5270794.
HSL color Cylindrical-coordinate representation of color #0A6D50: hue angle of 162.42º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6D50 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 109 | 80 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.57 |
| HSL | 162.42º | 0.83% | 0.23% | - |
| HSV(B) | 162.42º | 0.91% | 0.43% | - |
| XYZ | 7.04 | 11.58 | 9.45 | - |
| YUV | 76.09 | 130.2 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 109 | 80 | 0.91 | 0 | 0.27 | 0.57 | 162.42 | 0.83 | 0.23 |
| Hex | A | 6D | 50 | 5B | 0 | 1B | 39 | A2 | 53 | 17 |
| Octal | 12 | 155 | 120 | 133 | 0 | 33 | 71 | 242 | 123 | 27 |
| Binary | 1010 | 1101101 | 1010000 | 1011011 | 0 | 11011 | 111001 | 10100010 | 1010011 | 10111 |
Color Harmonies of #0A6D50
Complementary color
Monochromatic Colors of #0A6D50
Black with #0A6D50
Text Example
Text Example
White with #0A6D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6D50; }
p { color: rgb(10,109,80); }
H1.HeaderClassName
{
color: #0A6D50;
}
.AnyTagClassName
{
color: #0A6D50;
}
</style>
background-color css
<style>
a { background-color: #0A6D50; }
a { background-color: rgb(10,109,80); }
div.DivClassName
{
background-color: #0A6D50;
}
.BgClassName
{
background-color: #0A6D50;
}
</style>
border-color css
<style>
span { border-color: #0A6D50; }
span { border-color: rgb(10,109,80); }
td.TdClassName
{
border-color: #0A6D50;
}
.TagClassName
{
border-color: #0A6D50;
}
</style>