Shades of Watercourse #07754A
Tints of Watercourse #07754A
RGB
CMYK
RGB Variations
Color information
#07754A (or 0x07754A) is known color: Watercourse. HEX triplet: 07, 75 and 4A. RGB value is (7,117,74). Sum of RGB (Red+Green+Blue) = 7+117+74=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #07754A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07754A is #F88AB5. Grayscale: #4F4F4F. Windows color (decimal): -16288438 or 4879623. OLE color: 4879623.
HSL color Cylindrical-coordinate representation of color #07754A: hue angle of 156.55º 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 #07754A is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 117 | 74 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.54 |
| HSL | 156.55º | 0.89% | 0.24% | - |
| HSV(B) | 156.55º | 0.94% | 0.46% | - |
| XYZ | 7.68 | 13.26 | 8.63 | - |
| YUV | 79.21 | 125.06 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 117 | 74 | 0.94 | 0 | 0.37 | 0.54 | 156.55 | 0.89 | 0.24 |
| Hex | 7 | 75 | 4A | 5E | 0 | 25 | 36 | 9D | 59 | 18 |
| Octal | 7 | 165 | 112 | 136 | 0 | 45 | 66 | 235 | 131 | 30 |
| Binary | 111 | 1110101 | 1001010 | 1011110 | 0 | 100101 | 110110 | 10011101 | 1011001 | 11000 |
Color Harmonies of #07754A
Complementary color
Monochromatic Colors of #07754A
Black with #07754A
Text Example
Text Example
White with #07754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07754A; }
p { color: rgb(7,117,74); }
H1.HeaderClassName
{
color: #07754A;
}
.AnyTagClassName
{
color: #07754A;
}
</style>
background-color css
<style>
a { background-color: #07754A; }
a { background-color: rgb(7,117,74); }
div.DivClassName
{
background-color: #07754A;
}
.BgClassName
{
background-color: #07754A;
}
</style>
border-color css
<style>
span { border-color: #07754A; }
span { border-color: rgb(7,117,74); }
td.TdClassName
{
border-color: #07754A;
}
.TagClassName
{
border-color: #07754A;
}
</style>