Shades of Watercourse #07754C
Tints of Watercourse #07754C
RGB
CMYK
RGB Variations
Color information
#07754C (or 0x07754C) is known color: Watercourse. HEX triplet: 07, 75 and 4C. RGB value is (7,117,76). Sum of RGB (Red+Green+Blue) = 7+117+76=200 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.5% from 200); Green value is 117 (46.09% from 255 or 58.5% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 117 - color contains mainly: green. Hex color #07754C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07754C is #F88AB3. Grayscale: #4F4F4F. Windows color (decimal): -16288436 or 5010695. OLE color: 5010695.
HSL color Cylindrical-coordinate representation of color #07754C: hue angle of 157.64º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07754C is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 117 | 76 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.54 |
| HSL | 157.64º | 0.89% | 0.24% | - |
| HSV(B) | 157.64º | 0.94% | 0.46% | - |
| XYZ | 7.75 | 13.29 | 8.99 | - |
| YUV | 79.44 | 126.06 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 117 | 76 | 0.94 | 0 | 0.35 | 0.54 | 157.64 | 0.89 | 0.24 |
| Hex | 7 | 75 | 4C | 5E | 0 | 23 | 36 | 9E | 59 | 18 |
| Octal | 7 | 165 | 114 | 136 | 0 | 43 | 66 | 236 | 131 | 30 |
| Binary | 111 | 1110101 | 1001100 | 1011110 | 0 | 100011 | 110110 | 10011110 | 1011001 | 11000 |
Color Harmonies of #07754C
Complementary color
Monochromatic Colors of #07754C
Black with #07754C
Text Example
Text Example
White with #07754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07754C; }
p { color: rgb(7,117,76); }
H1.HeaderClassName
{
color: #07754C;
}
.AnyTagClassName
{
color: #07754C;
}
</style>
background-color css
<style>
a { background-color: #07754C; }
a { background-color: rgb(7,117,76); }
div.DivClassName
{
background-color: #07754C;
}
.BgClassName
{
background-color: #07754C;
}
</style>
border-color css
<style>
span { border-color: #07754C; }
span { border-color: rgb(7,117,76); }
td.TdClassName
{
border-color: #07754C;
}
.TagClassName
{
border-color: #07754C;
}
</style>