Shades of Watercourse #0A734F
Tints of Watercourse #0A734F
RGB
CMYK
RGB Variations
Color information
#0A734F (or 0x0A734F) is known color: Watercourse. HEX triplet: 0A, 73 and 4F. RGB value is (10,115,79). Sum of RGB (Red+Green+Blue) = 10+115+79=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 115 (45.31% from 255 or 56.37% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 115 - color contains mainly: green. Hex color #0A734F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A734F is #F58CB0. Grayscale: #4F4F4F. Windows color (decimal): -16092337 or 5206794. OLE color: 5206794.
HSL color Cylindrical-coordinate representation of color #0A734F: hue angle of 159.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 #0A734F is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 115 | 79 | - |
| CMYK | 0.91 | 0 | 0.31 | 0.55 |
| HSL | 159.43º | 0.84% | 0.25% | - |
| HSV(B) | 159.43º | 0.91% | 0.45% | - |
| XYZ | 7.67 | 12.89 | 9.48 | - |
| YUV | 79.5 | 127.71 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 115 | 79 | 0.91 | 0 | 0.31 | 0.55 | 159.43 | 0.84 | 0.25 |
| Hex | A | 73 | 4F | 5B | 0 | 1F | 37 | 9F | 54 | 19 |
| Octal | 12 | 163 | 117 | 133 | 0 | 37 | 67 | 237 | 124 | 31 |
| Binary | 1010 | 1110011 | 1001111 | 1011011 | 0 | 11111 | 110111 | 10011111 | 1010100 | 11001 |
Color Harmonies of #0A734F
Complementary color
Monochromatic Colors of #0A734F
Black with #0A734F
Text Example
Text Example
White with #0A734F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A734F; }
p { color: rgb(10,115,79); }
H1.HeaderClassName
{
color: #0A734F;
}
.AnyTagClassName
{
color: #0A734F;
}
</style>
background-color css
<style>
a { background-color: #0A734F; }
a { background-color: rgb(10,115,79); }
div.DivClassName
{
background-color: #0A734F;
}
.BgClassName
{
background-color: #0A734F;
}
</style>
border-color css
<style>
span { border-color: #0A734F; }
span { border-color: rgb(10,115,79); }
td.TdClassName
{
border-color: #0A734F;
}
.TagClassName
{
border-color: #0A734F;
}
</style>