Shades of Watercourse #008147
Tints of Watercourse #008147
RGB
CMYK
RGB Variations
Color information
#008147 (or 0x008147) is known color: Watercourse. HEX triplet: 00, 81 and 47. RGB value is (0,129,71). Sum of RGB (Red+Green+Blue) = 0+129+71=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 129 (50.78% from 255 or 64.5% from 200); Blue value is 71 (28.12% from 255 or 35.5% from 200); Max value from RGB is 129 - color contains mainly: green. Hex color #008147 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008147 is #FF7EB8. Grayscale: #535353. Windows color (decimal): -16744121 or 4686080. OLE color: 4686080.
HSL color Cylindrical-coordinate representation of color #008147: hue angle of 153.02º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008147 is Cyan = 1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 129 | 71 | - |
| CMYK | 1 | 0 | 0.45 | 0.49 |
| HSL | 153.02º | 1% | 0.25% | - |
| HSV(B) | 153.02º | 1% | 0.51% | - |
| XYZ | 8.99 | 16.16 | 8.61 | - |
| YUV | 83.82 | 120.76 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 71 | 1 | 0 | 0.45 | 0.49 | 153.02 | 1 | 0.25 |
| Hex | 0 | 81 | 47 | 64 | 0 | 2D | 31 | 99 | 64 | 19 |
| Octal | 0 | 201 | 107 | 144 | 0 | 55 | 61 | 231 | 144 | 31 |
| Binary | 0 | 10000001 | 1000111 | 1100100 | 0 | 101101 | 110001 | 10011001 | 1100100 | 11001 |
Color Harmonies of #008147
Complementary color
Monochromatic Colors of #008147
Black with #008147
Text Example
Text Example
White with #008147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008147; }
p { color: rgb(0,129,71); }
H1.HeaderClassName
{
color: #008147;
}
.AnyTagClassName
{
color: #008147;
}
</style>
background-color css
<style>
a { background-color: #008147; }
a { background-color: rgb(0,129,71); }
div.DivClassName
{
background-color: #008147;
}
.BgClassName
{
background-color: #008147;
}
</style>
border-color css
<style>
span { border-color: #008147; }
span { border-color: rgb(0,129,71); }
td.TdClassName
{
border-color: #008147;
}
.TagClassName
{
border-color: #008147;
}
</style>