Shades of Watercourse #0A734C
Tints of Watercourse #0A734C
RGB
CMYK
RGB Variations
Color information
#0A734C (or 0x0A734C) is known color: Watercourse. HEX triplet: 0A, 73 and 4C. RGB value is (10,115,76). Sum of RGB (Red+Green+Blue) = 10+115+76=201 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.98% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #0A734C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A734C is #F58CB3. Grayscale: #4F4F4F. Windows color (decimal): -16092340 or 5010186. OLE color: 5010186.
HSL color Cylindrical-coordinate representation of color #0A734C: hue angle of 157.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 #0A734C is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 115 | 76 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.55 |
| HSL | 157.71º | 0.84% | 0.25% | - |
| HSV(B) | 157.71º | 0.91% | 0.45% | - |
| XYZ | 7.56 | 12.85 | 8.92 | - |
| YUV | 79.16 | 126.21 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 115 | 76 | 0.91 | 0 | 0.34 | 0.55 | 157.71 | 0.84 | 0.25 |
| Hex | A | 73 | 4C | 5B | 0 | 22 | 37 | 9E | 54 | 19 |
| Octal | 12 | 163 | 114 | 133 | 0 | 42 | 67 | 236 | 124 | 31 |
| Binary | 1010 | 1110011 | 1001100 | 1011011 | 0 | 100010 | 110111 | 10011110 | 1010100 | 11001 |
Color Harmonies of #0A734C
Complementary color
Monochromatic Colors of #0A734C
Black with #0A734C
Text Example
Text Example
White with #0A734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A734C; }
p { color: rgb(10,115,76); }
H1.HeaderClassName
{
color: #0A734C;
}
.AnyTagClassName
{
color: #0A734C;
}
</style>
background-color css
<style>
a { background-color: #0A734C; }
a { background-color: rgb(10,115,76); }
div.DivClassName
{
background-color: #0A734C;
}
.BgClassName
{
background-color: #0A734C;
}
</style>
border-color css
<style>
span { border-color: #0A734C; }
span { border-color: rgb(10,115,76); }
td.TdClassName
{
border-color: #0A734C;
}
.TagClassName
{
border-color: #0A734C;
}
</style>