Shades of Watercourse #0A704E
Tints of Watercourse #0A704E
RGB
CMYK
RGB Variations
Color information
#0A704E (or 0x0A704E) is known color: Watercourse. HEX triplet: 0A, 70 and 4E. RGB value is (10,112,78). Sum of RGB (Red+Green+Blue) = 10+112+78=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 112 (44.14% from 255 or 56% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 112 - color contains mainly: green. Hex color #0A704E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A704E is #F58FB1. Grayscale: #4D4D4D. Windows color (decimal): -16093106 or 5140490. OLE color: 5140490.
HSL color Cylindrical-coordinate representation of color #0A704E: hue angle of 160º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A704E is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 112 | 78 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.56 |
| HSL | 160º | 0.84% | 0.24% | - |
| HSV(B) | 160º | 0.91% | 0.44% | - |
| XYZ | 7.29 | 12.2 | 9.18 | - |
| YUV | 77.63 | 128.21 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 112 | 78 | 0.91 | 0 | 0.30 | 0.56 | 160 | 0.84 | 0.24 |
| Hex | A | 70 | 4E | 5B | 0 | 1E | 38 | A0 | 54 | 18 |
| Octal | 12 | 160 | 116 | 133 | 0 | 36 | 70 | 240 | 124 | 30 |
| Binary | 1010 | 1110000 | 1001110 | 1011011 | 0 | 11110 | 111000 | 10100000 | 1010100 | 11000 |
Color Harmonies of #0A704E
Complementary color
Monochromatic Colors of #0A704E
Black with #0A704E
Text Example
Text Example
White with #0A704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A704E; }
p { color: rgb(10,112,78); }
H1.HeaderClassName
{
color: #0A704E;
}
.AnyTagClassName
{
color: #0A704E;
}
</style>
background-color css
<style>
a { background-color: #0A704E; }
a { background-color: rgb(10,112,78); }
div.DivClassName
{
background-color: #0A704E;
}
.BgClassName
{
background-color: #0A704E;
}
</style>
border-color css
<style>
span { border-color: #0A704E; }
span { border-color: rgb(10,112,78); }
td.TdClassName
{
border-color: #0A704E;
}
.TagClassName
{
border-color: #0A704E;
}
</style>