Shades of Watercourse #07604C
Tints of Watercourse #07604C
RGB
CMYK
RGB Variations
Color information
#07604C (or 0x07604C) is known color: Watercourse. HEX triplet: 07, 60 and 4C. RGB value is (7,96,76). Sum of RGB (Red+Green+Blue) = 7+96+76=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #07604C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07604C is #F89FB3. Grayscale: #434343. Windows color (decimal): -16293812 or 5005319. OLE color: 5005319.
HSL color Cylindrical-coordinate representation of color #07604C: hue angle of 166.52º 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 #07604C is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 96 | 76 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.62 |
| HSL | 166.52º | 0.86% | 0.2% | - |
| HSV(B) | 166.52º | 0.93% | 0.38% | - |
| XYZ | 5.58 | 8.93 | 8.27 | - |
| YUV | 67.11 | 133.01 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 96 | 76 | 0.93 | 0 | 0.21 | 0.62 | 166.52 | 0.86 | 0.2 |
| Hex | 7 | 60 | 4C | 5D | 0 | 15 | 3E | A7 | 56 | 14 |
| Octal | 7 | 140 | 114 | 135 | 0 | 25 | 76 | 247 | 126 | 24 |
| Binary | 111 | 1100000 | 1001100 | 1011101 | 0 | 10101 | 111110 | 10100111 | 1010110 | 10100 |
Color Harmonies of #07604C
Complementary color
Monochromatic Colors of #07604C
Black with #07604C
Text Example
Text Example
White with #07604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07604C; }
p { color: rgb(7,96,76); }
H1.HeaderClassName
{
color: #07604C;
}
.AnyTagClassName
{
color: #07604C;
}
</style>
background-color css
<style>
a { background-color: #07604C; }
a { background-color: rgb(7,96,76); }
div.DivClassName
{
background-color: #07604C;
}
.BgClassName
{
background-color: #07604C;
}
</style>
border-color css
<style>
span { border-color: #07604C; }
span { border-color: rgb(7,96,76); }
td.TdClassName
{
border-color: #07604C;
}
.TagClassName
{
border-color: #07604C;
}
</style>