Shades of Watercourse #07624F
Tints of Watercourse #07624F
RGB
CMYK
RGB Variations
Color information
#07624F (or 0x07624F) is known color: Watercourse. HEX triplet: 07, 62 and 4F. RGB value is (7,98,79). Sum of RGB (Red+Green+Blue) = 7+98+79=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 98 (38.67% from 255 or 53.26% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 98 - color contains mainly: green. Hex color #07624F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07624F is #F89DB0. Grayscale: #444444. Windows color (decimal): -16293297 or 5202439. OLE color: 5202439.
HSL color Cylindrical-coordinate representation of color #07624F: hue angle of 167.47º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07624F is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 98 | 79 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.62 |
| HSL | 167.47º | 0.87% | 0.21% | - |
| HSV(B) | 167.47º | 0.93% | 0.38% | - |
| XYZ | 5.87 | 9.35 | 8.89 | - |
| YUV | 68.63 | 133.85 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 98 | 79 | 0.93 | 0 | 0.19 | 0.62 | 167.47 | 0.87 | 0.21 |
| Hex | 7 | 62 | 4F | 5D | 0 | 13 | 3E | A7 | 57 | 15 |
| Octal | 7 | 142 | 117 | 135 | 0 | 23 | 76 | 247 | 127 | 25 |
| Binary | 111 | 1100010 | 1001111 | 1011101 | 0 | 10011 | 111110 | 10100111 | 1010111 | 10101 |
Color Harmonies of #07624F
Complementary color
Monochromatic Colors of #07624F
Black with #07624F
Text Example
Text Example
White with #07624F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07624F; }
p { color: rgb(7,98,79); }
H1.HeaderClassName
{
color: #07624F;
}
.AnyTagClassName
{
color: #07624F;
}
</style>
background-color css
<style>
a { background-color: #07624F; }
a { background-color: rgb(7,98,79); }
div.DivClassName
{
background-color: #07624F;
}
.BgClassName
{
background-color: #07624F;
}
</style>
border-color css
<style>
span { border-color: #07624F; }
span { border-color: rgb(7,98,79); }
td.TdClassName
{
border-color: #07624F;
}
.TagClassName
{
border-color: #07624F;
}
</style>