Shades of Watercourse #07664F
Tints of Watercourse #07664F
RGB
CMYK
RGB Variations
Color information
#07664F (or 0x07664F) is known color: Watercourse. HEX triplet: 07, 66 and 4F. RGB value is (7,102,79). Sum of RGB (Red+Green+Blue) = 7+102+79=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #07664F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07664F is #F899B0. Grayscale: #464646. Windows color (decimal): -16292273 or 5203463. OLE color: 5203463.
HSL color Cylindrical-coordinate representation of color #07664F: hue angle of 165.47º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07664F is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 7 | 102 | 79 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.6 |
| HSL | 165.47º | 0.87% | 0.21% | - |
| HSV(B) | 165.47º | 0.93% | 0.4% | - |
| XYZ | 6.25 | 10.11 | 9.02 | - |
| YUV | 70.97 | 132.53 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 102 | 79 | 0.93 | 0 | 0.23 | 0.6 | 165.47 | 0.87 | 0.21 |
| Hex | 7 | 66 | 4F | 5D | 0 | 17 | 3C | A5 | 57 | 15 |
| Octal | 7 | 146 | 117 | 135 | 0 | 27 | 74 | 245 | 127 | 25 |
| Binary | 111 | 1100110 | 1001111 | 1011101 | 0 | 10111 | 111100 | 10100101 | 1010111 | 10101 |
Color Harmonies of #07664F
Complementary color
Monochromatic Colors of #07664F
Black with #07664F
Text Example
Text Example
White with #07664F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07664F; }
p { color: rgb(7,102,79); }
H1.HeaderClassName
{
color: #07664F;
}
.AnyTagClassName
{
color: #07664F;
}
</style>
background-color css
<style>
a { background-color: #07664F; }
a { background-color: rgb(7,102,79); }
div.DivClassName
{
background-color: #07664F;
}
.BgClassName
{
background-color: #07664F;
}
</style>
border-color css
<style>
span { border-color: #07664F; }
span { border-color: rgb(7,102,79); }
td.TdClassName
{
border-color: #07664F;
}
.TagClassName
{
border-color: #07664F;
}
</style>