Shades of Watercourse #07754D
Tints of Watercourse #07754D
RGB
CMYK
RGB Variations
Color information
#07754D (or 0x07754D) is known color: Watercourse. HEX triplet: 07, 75 and 4D. RGB value is (7,117,77). Sum of RGB (Red+Green+Blue) = 7+117+77=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 117 (46.09% from 255 or 58.21% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 117 - color contains mainly: green. Hex color #07754D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07754D is #F88AB2. Grayscale: #4F4F4F. Windows color (decimal): -16288435 or 5076231. OLE color: 5076231.
HSL color Cylindrical-coordinate representation of color #07754D: hue angle of 158.18º 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 #07754D is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 117 | 77 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.54 |
| HSL | 158.18º | 0.89% | 0.24% | - |
| HSV(B) | 158.18º | 0.94% | 0.46% | - |
| XYZ | 7.79 | 13.3 | 9.18 | - |
| YUV | 79.55 | 126.56 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 117 | 77 | 0.94 | 0 | 0.34 | 0.54 | 158.18 | 0.89 | 0.24 |
| Hex | 7 | 75 | 4D | 5E | 0 | 22 | 36 | 9E | 59 | 18 |
| Octal | 7 | 165 | 115 | 136 | 0 | 42 | 66 | 236 | 131 | 30 |
| Binary | 111 | 1110101 | 1001101 | 1011110 | 0 | 100010 | 110110 | 10011110 | 1011001 | 11000 |
Color Harmonies of #07754D
Complementary color
Monochromatic Colors of #07754D
Black with #07754D
Text Example
Text Example
White with #07754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07754D; }
p { color: rgb(7,117,77); }
H1.HeaderClassName
{
color: #07754D;
}
.AnyTagClassName
{
color: #07754D;
}
</style>
background-color css
<style>
a { background-color: #07754D; }
a { background-color: rgb(7,117,77); }
div.DivClassName
{
background-color: #07754D;
}
.BgClassName
{
background-color: #07754D;
}
</style>
border-color css
<style>
span { border-color: #07754D; }
span { border-color: rgb(7,117,77); }
td.TdClassName
{
border-color: #07754D;
}
.TagClassName
{
border-color: #07754D;
}
</style>