Shades of Watercourse #007450
Tints of Watercourse #007450
RGB
CMYK
RGB Variations
Color information
#007450 (or 0x007450) is known color: Watercourse. HEX triplet: 00, 74 and 50. RGB value is (0,116,80). Sum of RGB (Red+Green+Blue) = 0+116+80=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 116 (45.70% from 255 or 59.18% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 116 - color contains mainly: green. Hex color #007450 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007450 is #FF8BAF. Grayscale: #4D4D4D. Windows color (decimal): -16747440 or 5272576. OLE color: 5272576.
HSL color Cylindrical-coordinate representation of color #007450: hue angle of 161.38º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007450 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 116 | 80 | - |
| CMYK | 1 | 0 | 0.31 | 0.55 |
| HSL | 161.38º | 1% | 0.23% | - |
| HSV(B) | 161.38º | 1% | 0.45% | - |
| XYZ | 7.69 | 13.07 | 9.71 | - |
| YUV | 77.21 | 129.57 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 116 | 80 | 1 | 0 | 0.31 | 0.55 | 161.38 | 1 | 0.23 |
| Hex | 0 | 74 | 50 | 64 | 0 | 1F | 37 | A1 | 64 | 17 |
| Octal | 0 | 164 | 120 | 144 | 0 | 37 | 67 | 241 | 144 | 27 |
| Binary | 0 | 1110100 | 1010000 | 1100100 | 0 | 11111 | 110111 | 10100001 | 1100100 | 10111 |
Color Harmonies of #007450
Complementary color
Monochromatic Colors of #007450
Black with #007450
Text Example
Text Example
White with #007450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007450; }
p { color: rgb(0,116,80); }
H1.HeaderClassName
{
color: #007450;
}
.AnyTagClassName
{
color: #007450;
}
</style>
background-color css
<style>
a { background-color: #007450; }
a { background-color: rgb(0,116,80); }
div.DivClassName
{
background-color: #007450;
}
.BgClassName
{
background-color: #007450;
}
</style>
border-color css
<style>
span { border-color: #007450; }
span { border-color: rgb(0,116,80); }
td.TdClassName
{
border-color: #007450;
}
.TagClassName
{
border-color: #007450;
}
</style>