Shades of Watercourse #07604A
Tints of Watercourse #07604A
RGB
CMYK
RGB Variations
Color information
#07604A (or 0x07604A) is known color: Watercourse. HEX triplet: 07, 60 and 4A. RGB value is (7,96,74). Sum of RGB (Red+Green+Blue) = 7+96+74=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #07604A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07604A is #F89FB5. Grayscale: #424242. Windows color (decimal): -16293814 or 4874247. OLE color: 4874247.
HSL color Cylindrical-coordinate representation of color #07604A: hue angle of 165.17º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07604A is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 96 | 74 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.62 |
| HSL | 165.17º | 0.86% | 0.2% | - |
| HSV(B) | 165.17º | 0.93% | 0.38% | - |
| XYZ | 5.51 | 8.91 | 7.91 | - |
| YUV | 66.88 | 132.01 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 96 | 74 | 0.93 | 0 | 0.23 | 0.62 | 165.17 | 0.86 | 0.2 |
| Hex | 7 | 60 | 4A | 5D | 0 | 17 | 3E | A5 | 56 | 14 |
| Octal | 7 | 140 | 112 | 135 | 0 | 27 | 76 | 245 | 126 | 24 |
| Binary | 111 | 1100000 | 1001010 | 1011101 | 0 | 10111 | 111110 | 10100101 | 1010110 | 10100 |
Color Harmonies of #07604A
Complementary color
Monochromatic Colors of #07604A
Black with #07604A
Text Example
Text Example
White with #07604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07604A; }
p { color: rgb(7,96,74); }
H1.HeaderClassName
{
color: #07604A;
}
.AnyTagClassName
{
color: #07604A;
}
</style>
background-color css
<style>
a { background-color: #07604A; }
a { background-color: rgb(7,96,74); }
div.DivClassName
{
background-color: #07604A;
}
.BgClassName
{
background-color: #07604A;
}
</style>
border-color css
<style>
span { border-color: #07604A; }
span { border-color: rgb(7,96,74); }
td.TdClassName
{
border-color: #07604A;
}
.TagClassName
{
border-color: #07604A;
}
</style>