Shades of Watercourse #007641
Tints of Watercourse #007641
RGB
CMYK
RGB Variations
Color information
#007641 (or 0x007641) is known color: Watercourse. HEX triplet: 00, 76 and 41. RGB value is (0,118,65). Sum of RGB (Red+Green+Blue) = 0+118+65=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 118 (46.48% from 255 or 64.48% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 118 - color contains mainly: green. Hex color #007641 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007641 is #FF89BE. Grayscale: #4C4C4C. Windows color (decimal): -16746943 or 4290048. OLE color: 4290048.
HSL color Cylindrical-coordinate representation of color #007641: hue angle of 153.05º 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 #007641 is Cyan = 1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 118 | 65 | - |
| CMYK | 1 | 0 | 0.45 | 0.54 |
| HSL | 153.05º | 1% | 0.23% | - |
| HSV(B) | 153.05º | 1% | 0.46% | - |
| XYZ | 7.43 | 13.34 | 7.18 | - |
| YUV | 76.68 | 121.41 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 65 | 1 | 0 | 0.45 | 0.54 | 153.05 | 1 | 0.23 |
| Hex | 0 | 76 | 41 | 64 | 0 | 2D | 36 | 99 | 64 | 17 |
| Octal | 0 | 166 | 101 | 144 | 0 | 55 | 66 | 231 | 144 | 27 |
| Binary | 0 | 1110110 | 1000001 | 1100100 | 0 | 101101 | 110110 | 10011001 | 1100100 | 10111 |
Color Harmonies of #007641
Complementary color
Monochromatic Colors of #007641
Black with #007641
Text Example
Text Example
White with #007641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007641; }
p { color: rgb(0,118,65); }
H1.HeaderClassName
{
color: #007641;
}
.AnyTagClassName
{
color: #007641;
}
</style>
background-color css
<style>
a { background-color: #007641; }
a { background-color: rgb(0,118,65); }
div.DivClassName
{
background-color: #007641;
}
.BgClassName
{
background-color: #007641;
}
</style>
border-color css
<style>
span { border-color: #007641; }
span { border-color: rgb(0,118,65); }
td.TdClassName
{
border-color: #007641;
}
.TagClassName
{
border-color: #007641;
}
</style>