Shades of Watercourse #007648
Tints of Watercourse #007648
RGB
CMYK
RGB Variations
Color information
#007648 (or 0x007648) is known color: Watercourse. HEX triplet: 00, 76 and 48. RGB value is (0,118,72). Sum of RGB (Red+Green+Blue) = 0+118+72=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 118 (46.48% from 255 or 62.11% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 118 - color contains mainly: green. Hex color #007648 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007648 is #FF89B7. Grayscale: #4D4D4D. Windows color (decimal): -16746936 or 4748800. OLE color: 4748800.
HSL color Cylindrical-coordinate representation of color #007648: hue angle of 156.61º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007648 is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 118 | 72 | - |
| CMYK | 1 | 0 | 0.39 | 0.54 |
| HSL | 156.61º | 1% | 0.23% | - |
| HSV(B) | 156.61º | 1% | 0.46% | - |
| XYZ | 7.65 | 13.42 | 8.32 | - |
| YUV | 77.47 | 124.91 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 72 | 1 | 0 | 0.39 | 0.54 | 156.61 | 1 | 0.23 |
| Hex | 0 | 76 | 48 | 64 | 0 | 27 | 36 | 9D | 64 | 17 |
| Octal | 0 | 166 | 110 | 144 | 0 | 47 | 66 | 235 | 144 | 27 |
| Binary | 0 | 1110110 | 1001000 | 1100100 | 0 | 100111 | 110110 | 10011101 | 1100100 | 10111 |
Color Harmonies of #007648
Complementary color
Monochromatic Colors of #007648
Black with #007648
Text Example
Text Example
White with #007648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007648; }
p { color: rgb(0,118,72); }
H1.HeaderClassName
{
color: #007648;
}
.AnyTagClassName
{
color: #007648;
}
</style>
background-color css
<style>
a { background-color: #007648; }
a { background-color: rgb(0,118,72); }
div.DivClassName
{
background-color: #007648;
}
.BgClassName
{
background-color: #007648;
}
</style>
border-color css
<style>
span { border-color: #007648; }
span { border-color: rgb(0,118,72); }
td.TdClassName
{
border-color: #007648;
}
.TagClassName
{
border-color: #007648;
}
</style>