Shades of Watercourse #007148
Tints of Watercourse #007148
RGB
CMYK
RGB Variations
Color information
#007148 (or 0x007148) is known color: Watercourse. HEX triplet: 00, 71 and 48. RGB value is (0,113,72). Sum of RGB (Red+Green+Blue) = 0+113+72=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 113 (44.53% from 255 or 61.08% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 113 - color contains mainly: green. Hex color #007148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007148 is #FF8EB7. Grayscale: #4A4A4A. Windows color (decimal): -16748216 or 4747520. OLE color: 4747520.
HSL color Cylindrical-coordinate representation of color #007148: hue angle of 158.23º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007148 is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 113 | 72 | - |
| CMYK | 1 | 0 | 0.36 | 0.56 |
| HSL | 158.23º | 1% | 0.22% | - |
| HSV(B) | 158.23º | 1% | 0.44% | - |
| XYZ | 7.07 | 12.28 | 8.13 | - |
| YUV | 74.54 | 126.56 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 72 | 1 | 0 | 0.36 | 0.56 | 158.23 | 1 | 0.22 |
| Hex | 0 | 71 | 48 | 64 | 0 | 24 | 38 | 9E | 64 | 16 |
| Octal | 0 | 161 | 110 | 144 | 0 | 44 | 70 | 236 | 144 | 26 |
| Binary | 0 | 1110001 | 1001000 | 1100100 | 0 | 100100 | 111000 | 10011110 | 1100100 | 10110 |
Color Harmonies of #007148
Complementary color
Monochromatic Colors of #007148
Black with #007148
Text Example
Text Example
White with #007148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007148; }
p { color: rgb(0,113,72); }
H1.HeaderClassName
{
color: #007148;
}
.AnyTagClassName
{
color: #007148;
}
</style>
background-color css
<style>
a { background-color: #007148; }
a { background-color: rgb(0,113,72); }
div.DivClassName
{
background-color: #007148;
}
.BgClassName
{
background-color: #007148;
}
</style>
border-color css
<style>
span { border-color: #007148; }
span { border-color: rgb(0,113,72); }
td.TdClassName
{
border-color: #007148;
}
.TagClassName
{
border-color: #007148;
}
</style>