Shades of Watercourse #0A744A
Tints of Watercourse #0A744A
RGB
CMYK
RGB Variations
Color information
#0A744A (or 0x0A744A) is known color: Watercourse. HEX triplet: 0A, 74 and 4A. RGB value is (10,116,74). Sum of RGB (Red+Green+Blue) = 10+116+74=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 116 (45.70% from 255 or 58% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 116 - color contains mainly: green. Hex color #0A744A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A744A is #F58BB5. Grayscale: #4F4F4F. Windows color (decimal): -16092086 or 4879370. OLE color: 4879370.
HSL color Cylindrical-coordinate representation of color #0A744A: hue angle of 156.23º 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 #0A744A is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 116 | 74 | - |
| CMYK | 0.91 | 0 | 0.36 | 0.55 |
| HSL | 156.23º | 0.84% | 0.25% | - |
| HSV(B) | 156.23º | 0.91% | 0.45% | - |
| XYZ | 7.61 | 13.05 | 8.6 | - |
| YUV | 79.52 | 124.88 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 116 | 74 | 0.91 | 0 | 0.36 | 0.55 | 156.23 | 0.84 | 0.25 |
| Hex | A | 74 | 4A | 5B | 0 | 24 | 37 | 9C | 54 | 19 |
| Octal | 12 | 164 | 112 | 133 | 0 | 44 | 67 | 234 | 124 | 31 |
| Binary | 1010 | 1110100 | 1001010 | 1011011 | 0 | 100100 | 110111 | 10011100 | 1010100 | 11001 |
Color Harmonies of #0A744A
Complementary color
Monochromatic Colors of #0A744A
Black with #0A744A
Text Example
Text Example
White with #0A744A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A744A; }
p { color: rgb(10,116,74); }
H1.HeaderClassName
{
color: #0A744A;
}
.AnyTagClassName
{
color: #0A744A;
}
</style>
background-color css
<style>
a { background-color: #0A744A; }
a { background-color: rgb(10,116,74); }
div.DivClassName
{
background-color: #0A744A;
}
.BgClassName
{
background-color: #0A744A;
}
</style>
border-color css
<style>
span { border-color: #0A744A; }
span { border-color: rgb(10,116,74); }
td.TdClassName
{
border-color: #0A744A;
}
.TagClassName
{
border-color: #0A744A;
}
</style>