Shades of Watercourse #07764A
Tints of Watercourse #07764A
RGB
CMYK
RGB Variations
Color information
#07764A (or 0x07764A) is known color: Watercourse. HEX triplet: 07, 76 and 4A. RGB value is (7,118,74). Sum of RGB (Red+Green+Blue) = 7+118+74=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 118 (46.48% from 255 or 59.30% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 118 - color contains mainly: green. Hex color #07764A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07764A is #F889B5. Grayscale: #4F4F4F. Windows color (decimal): -16288182 or 4879879. OLE color: 4879879.
HSL color Cylindrical-coordinate representation of color #07764A: hue angle of 156.22º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07764A is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 118 | 74 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.54 |
| HSL | 156.22º | 0.89% | 0.25% | - |
| HSV(B) | 156.22º | 0.94% | 0.46% | - |
| XYZ | 7.8 | 13.5 | 8.67 | - |
| YUV | 79.8 | 124.73 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 74 | 0.94 | 0 | 0.37 | 0.54 | 156.22 | 0.89 | 0.25 |
| Hex | 7 | 76 | 4A | 5E | 0 | 25 | 36 | 9C | 59 | 19 |
| Octal | 7 | 166 | 112 | 136 | 0 | 45 | 66 | 234 | 131 | 31 |
| Binary | 111 | 1110110 | 1001010 | 1011110 | 0 | 100101 | 110110 | 10011100 | 1011001 | 11001 |
Color Harmonies of #07764A
Complementary color
Monochromatic Colors of #07764A
Black with #07764A
Text Example
Text Example
White with #07764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07764A; }
p { color: rgb(7,118,74); }
H1.HeaderClassName
{
color: #07764A;
}
.AnyTagClassName
{
color: #07764A;
}
</style>
background-color css
<style>
a { background-color: #07764A; }
a { background-color: rgb(7,118,74); }
div.DivClassName
{
background-color: #07764A;
}
.BgClassName
{
background-color: #07764A;
}
</style>
border-color css
<style>
span { border-color: #07764A; }
span { border-color: rgb(7,118,74); }
td.TdClassName
{
border-color: #07764A;
}
.TagClassName
{
border-color: #07764A;
}
</style>