Shades of Watercourse #0A744E
Tints of Watercourse #0A744E
RGB
CMYK
RGB Variations
Color information
#0A744E (or 0x0A744E) is known color: Watercourse. HEX triplet: 0A, 74 and 4E. RGB value is (10,116,78). Sum of RGB (Red+Green+Blue) = 10+116+78=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 116 (45.70% from 255 or 56.86% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 116 - color contains mainly: green. Hex color #0A744E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A744E is #F58BB1. Grayscale: #505050. Windows color (decimal): -16092082 or 5141514. OLE color: 5141514.
HSL color Cylindrical-coordinate representation of color #0A744E: hue angle of 158.49º 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 #0A744E is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 116 | 78 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.55 |
| HSL | 158.49º | 0.84% | 0.25% | - |
| HSV(B) | 158.49º | 0.91% | 0.45% | - |
| XYZ | 7.75 | 13.11 | 9.33 | - |
| YUV | 79.97 | 126.88 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 116 | 78 | 0.91 | 0 | 0.33 | 0.55 | 158.49 | 0.84 | 0.25 |
| Hex | A | 74 | 4E | 5B | 0 | 21 | 37 | 9E | 54 | 19 |
| Octal | 12 | 164 | 116 | 133 | 0 | 41 | 67 | 236 | 124 | 31 |
| Binary | 1010 | 1110100 | 1001110 | 1011011 | 0 | 100001 | 110111 | 10011110 | 1010100 | 11001 |
Color Harmonies of #0A744E
Complementary color
Monochromatic Colors of #0A744E
Black with #0A744E
Text Example
Text Example
White with #0A744E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A744E; }
p { color: rgb(10,116,78); }
H1.HeaderClassName
{
color: #0A744E;
}
.AnyTagClassName
{
color: #0A744E;
}
</style>
background-color css
<style>
a { background-color: #0A744E; }
a { background-color: rgb(10,116,78); }
div.DivClassName
{
background-color: #0A744E;
}
.BgClassName
{
background-color: #0A744E;
}
</style>
border-color css
<style>
span { border-color: #0A744E; }
span { border-color: rgb(10,116,78); }
td.TdClassName
{
border-color: #0A744E;
}
.TagClassName
{
border-color: #0A744E;
}
</style>