Shades of Watercourse #0A744F
Tints of Watercourse #0A744F
RGB
CMYK
RGB Variations
Color information
#0A744F (or 0x0A744F) is known color: Watercourse. HEX triplet: 0A, 74 and 4F. RGB value is (10,116,79). Sum of RGB (Red+Green+Blue) = 10+116+79=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 116 (45.70% from 255 or 56.59% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 116 - color contains mainly: green. Hex color #0A744F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A744F is #F58BB0. Grayscale: #505050. Windows color (decimal): -16092081 or 5207050. OLE color: 5207050.
HSL color Cylindrical-coordinate representation of color #0A744F: hue angle of 159.06º 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 #0A744F is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 116 | 79 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.55 |
| HSL | 159.06º | 0.84% | 0.25% | - |
| HSV(B) | 159.06º | 0.91% | 0.45% | - |
| XYZ | 7.78 | 13.12 | 9.52 | - |
| YUV | 80.09 | 127.38 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 116 | 79 | 0.91 | 0 | 0.32 | 0.55 | 159.06 | 0.84 | 0.25 |
| Hex | A | 74 | 4F | 5B | 0 | 20 | 37 | 9F | 54 | 19 |
| Octal | 12 | 164 | 117 | 133 | 0 | 40 | 67 | 237 | 124 | 31 |
| Binary | 1010 | 1110100 | 1001111 | 1011011 | 0 | 100000 | 110111 | 10011111 | 1010100 | 11001 |
Color Harmonies of #0A744F
Complementary color
Monochromatic Colors of #0A744F
Black with #0A744F
Text Example
Text Example
White with #0A744F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A744F; }
p { color: rgb(10,116,79); }
H1.HeaderClassName
{
color: #0A744F;
}
.AnyTagClassName
{
color: #0A744F;
}
</style>
background-color css
<style>
a { background-color: #0A744F; }
a { background-color: rgb(10,116,79); }
div.DivClassName
{
background-color: #0A744F;
}
.BgClassName
{
background-color: #0A744F;
}
</style>
border-color css
<style>
span { border-color: #0A744F; }
span { border-color: rgb(10,116,79); }
td.TdClassName
{
border-color: #0A744F;
}
.TagClassName
{
border-color: #0A744F;
}
</style>