Shades of Watercourse #0A7356
Tints of Watercourse #0A7356
RGB
CMYK
RGB Variations
Color information
#0A7356 (or 0x0A7356) is known color: Watercourse. HEX triplet: 0A, 73 and 56. RGB value is (10,115,86). Sum of RGB (Red+Green+Blue) = 10+115+86=211 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.74% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #0A7356 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7356 is #F58CA9. Grayscale: #505050. Windows color (decimal): -16092330 or 5665546. OLE color: 5665546.
HSL color Cylindrical-coordinate representation of color #0A7356: hue angle of 163.43º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7356 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 115 | 86 | - |
| CMYK | 0.91 | 0 | 0.25 | 0.55 |
| HSL | 163.43º | 0.84% | 0.25% | - |
| HSV(B) | 163.43º | 0.91% | 0.45% | - |
| XYZ | 7.94 | 13 | 10.89 | - |
| YUV | 80.3 | 131.21 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 115 | 86 | 0.91 | 0 | 0.25 | 0.55 | 163.43 | 0.84 | 0.25 |
| Hex | A | 73 | 56 | 5B | 0 | 19 | 37 | A3 | 54 | 19 |
| Octal | 12 | 163 | 126 | 133 | 0 | 31 | 67 | 243 | 124 | 31 |
| Binary | 1010 | 1110011 | 1010110 | 1011011 | 0 | 11001 | 110111 | 10100011 | 1010100 | 11001 |
Color Harmonies of #0A7356
Complementary color
Monochromatic Colors of #0A7356
Black with #0A7356
Text Example
Text Example
White with #0A7356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7356; }
p { color: rgb(10,115,86); }
H1.HeaderClassName
{
color: #0A7356;
}
.AnyTagClassName
{
color: #0A7356;
}
</style>
background-color css
<style>
a { background-color: #0A7356; }
a { background-color: rgb(10,115,86); }
div.DivClassName
{
background-color: #0A7356;
}
.BgClassName
{
background-color: #0A7356;
}
</style>
border-color css
<style>
span { border-color: #0A7356; }
span { border-color: rgb(10,115,86); }
td.TdClassName
{
border-color: #0A7356;
}
.TagClassName
{
border-color: #0A7356;
}
</style>