Shades of Watercourse #07634C
Tints of Watercourse #07634C
RGB
CMYK
RGB Variations
Color information
#07634C (or 0x07634C) is known color: Watercourse. HEX triplet: 07, 63 and 4C. RGB value is (7,99,76). Sum of RGB (Red+Green+Blue) = 7+99+76=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 99 (39.06% from 255 or 54.40% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 99 - color contains mainly: green. Hex color #07634C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07634C is #F89CB3. Grayscale: #444444. Windows color (decimal): -16293044 or 5006087. OLE color: 5006087.
HSL color Cylindrical-coordinate representation of color #07634C: hue angle of 165º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07634C is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 99 | 76 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.61 |
| HSL | 165º | 0.87% | 0.21% | - |
| HSV(B) | 165º | 0.93% | 0.39% | - |
| XYZ | 5.85 | 9.49 | 8.36 | - |
| YUV | 68.87 | 132.02 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 99 | 76 | 0.93 | 0 | 0.23 | 0.61 | 165 | 0.87 | 0.21 |
| Hex | 7 | 63 | 4C | 5D | 0 | 17 | 3D | A5 | 57 | 15 |
| Octal | 7 | 143 | 114 | 135 | 0 | 27 | 75 | 245 | 127 | 25 |
| Binary | 111 | 1100011 | 1001100 | 1011101 | 0 | 10111 | 111101 | 10100101 | 1010111 | 10101 |
Color Harmonies of #07634C
Complementary color
Monochromatic Colors of #07634C
Black with #07634C
Text Example
Text Example
White with #07634C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07634C; }
p { color: rgb(7,99,76); }
H1.HeaderClassName
{
color: #07634C;
}
.AnyTagClassName
{
color: #07634C;
}
</style>
background-color css
<style>
a { background-color: #07634C; }
a { background-color: rgb(7,99,76); }
div.DivClassName
{
background-color: #07634C;
}
.BgClassName
{
background-color: #07634C;
}
</style>
border-color css
<style>
span { border-color: #07634C; }
span { border-color: rgb(7,99,76); }
td.TdClassName
{
border-color: #07634C;
}
.TagClassName
{
border-color: #07634C;
}
</style>