Shades of Watercourse #0A7353
Tints of Watercourse #0A7353
RGB
CMYK
RGB Variations
Color information
#0A7353 (or 0x0A7353) is known color: Watercourse. HEX triplet: 0A, 73 and 53. RGB value is (10,115,83). Sum of RGB (Red+Green+Blue) = 10+115+83=208 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.81% from 208); Green value is 115 (45.31% from 255 or 55.29% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 115 - color contains mainly: green. Hex color #0A7353 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7353 is #F58CAC. Grayscale: #4F4F4F. Windows color (decimal): -16092333 or 5468938. OLE color: 5468938.
HSL color Cylindrical-coordinate representation of color #0A7353: hue angle of 161.71º 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 #0A7353 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 115 | 83 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.55 |
| HSL | 161.71º | 0.84% | 0.25% | - |
| HSV(B) | 161.71º | 0.91% | 0.45% | - |
| XYZ | 7.82 | 12.95 | 10.27 | - |
| YUV | 79.96 | 129.71 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 115 | 83 | 0.91 | 0 | 0.28 | 0.55 | 161.71 | 0.84 | 0.25 |
| Hex | A | 73 | 53 | 5B | 0 | 1C | 37 | A2 | 54 | 19 |
| Octal | 12 | 163 | 123 | 133 | 0 | 34 | 67 | 242 | 124 | 31 |
| Binary | 1010 | 1110011 | 1010011 | 1011011 | 0 | 11100 | 110111 | 10100010 | 1010100 | 11001 |
Color Harmonies of #0A7353
Complementary color
Monochromatic Colors of #0A7353
Black with #0A7353
Text Example
Text Example
White with #0A7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7353; }
p { color: rgb(10,115,83); }
H1.HeaderClassName
{
color: #0A7353;
}
.AnyTagClassName
{
color: #0A7353;
}
</style>
background-color css
<style>
a { background-color: #0A7353; }
a { background-color: rgb(10,115,83); }
div.DivClassName
{
background-color: #0A7353;
}
.BgClassName
{
background-color: #0A7353;
}
</style>
border-color css
<style>
span { border-color: #0A7353; }
span { border-color: rgb(10,115,83); }
td.TdClassName
{
border-color: #0A7353;
}
.TagClassName
{
border-color: #0A7353;
}
</style>