Shades of Watercourse #0A7256
Tints of Watercourse #0A7256
RGB
CMYK
RGB Variations
Color information
#0A7256 (or 0x0A7256) is known color: Watercourse. HEX triplet: 0A, 72 and 56. RGB value is (10,114,86). Sum of RGB (Red+Green+Blue) = 10+114+86=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 114 (44.92% from 255 or 54.29% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 114 - color contains mainly: green. Hex color #0A7256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7256 is #F58DA9. Grayscale: #4F4F4F. Windows color (decimal): -16092586 or 5665290. OLE color: 5665290.
HSL color Cylindrical-coordinate representation of color #0A7256: hue angle of 163.85º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7256 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 114 | 86 | - |
| CMYK | 0.91 | 0 | 0.25 | 0.55 |
| HSL | 163.85º | 0.84% | 0.24% | - |
| HSV(B) | 163.85º | 0.91% | 0.45% | - |
| XYZ | 7.82 | 12.77 | 10.86 | - |
| YUV | 79.71 | 131.54 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 114 | 86 | 0.91 | 0 | 0.25 | 0.55 | 163.85 | 0.84 | 0.24 |
| Hex | A | 72 | 56 | 5B | 0 | 19 | 37 | A4 | 54 | 18 |
| Octal | 12 | 162 | 126 | 133 | 0 | 31 | 67 | 244 | 124 | 30 |
| Binary | 1010 | 1110010 | 1010110 | 1011011 | 0 | 11001 | 110111 | 10100100 | 1010100 | 11000 |
Color Harmonies of #0A7256
Complementary color
Monochromatic Colors of #0A7256
Black with #0A7256
Text Example
Text Example
White with #0A7256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7256; }
p { color: rgb(10,114,86); }
H1.HeaderClassName
{
color: #0A7256;
}
.AnyTagClassName
{
color: #0A7256;
}
</style>
background-color css
<style>
a { background-color: #0A7256; }
a { background-color: rgb(10,114,86); }
div.DivClassName
{
background-color: #0A7256;
}
.BgClassName
{
background-color: #0A7256;
}
</style>
border-color css
<style>
span { border-color: #0A7256; }
span { border-color: rgb(10,114,86); }
td.TdClassName
{
border-color: #0A7256;
}
.TagClassName
{
border-color: #0A7256;
}
</style>