Shades of Watercourse #007251
Tints of Watercourse #007251
RGB
CMYK
RGB Variations
Color information
#007251 (or 0x007251) is known color: Watercourse. HEX triplet: 00, 72 and 51. RGB value is (0,114,81). Sum of RGB (Red+Green+Blue) = 0+114+81=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 114 (44.92% from 255 or 58.46% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 114 - color contains mainly: green. Hex color #007251 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007251 is #FF8DAE. Grayscale: #4C4C4C. Windows color (decimal): -16747951 or 5337600. OLE color: 5337600.
HSL color Cylindrical-coordinate representation of color #007251: hue angle of 162.63º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007251 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 114 | 81 | - |
| CMYK | 1 | 0 | 0.29 | 0.55 |
| HSL | 162.63º | 1% | 0.22% | - |
| HSV(B) | 162.63º | 1% | 0.45% | - |
| XYZ | 7.5 | 12.63 | 9.83 | - |
| YUV | 76.15 | 130.73 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 81 | 1 | 0 | 0.29 | 0.55 | 162.63 | 1 | 0.22 |
| Hex | 0 | 72 | 51 | 64 | 0 | 1D | 37 | A3 | 64 | 16 |
| Octal | 0 | 162 | 121 | 144 | 0 | 35 | 67 | 243 | 144 | 26 |
| Binary | 0 | 1110010 | 1010001 | 1100100 | 0 | 11101 | 110111 | 10100011 | 1100100 | 10110 |
Color Harmonies of #007251
Complementary color
Monochromatic Colors of #007251
Black with #007251
Text Example
Text Example
White with #007251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007251; }
p { color: rgb(0,114,81); }
H1.HeaderClassName
{
color: #007251;
}
.AnyTagClassName
{
color: #007251;
}
</style>
background-color css
<style>
a { background-color: #007251; }
a { background-color: rgb(0,114,81); }
div.DivClassName
{
background-color: #007251;
}
.BgClassName
{
background-color: #007251;
}
</style>
border-color css
<style>
span { border-color: #007251; }
span { border-color: rgb(0,114,81); }
td.TdClassName
{
border-color: #007251;
}
.TagClassName
{
border-color: #007251;
}
</style>