Shades of Watercourse #07764B
Tints of Watercourse #07764B
RGB
CMYK
RGB Variations
Color information
#07764B (or 0x07764B) is known color: Watercourse. HEX triplet: 07, 76 and 4B. RGB value is (7,118,75). Sum of RGB (Red+Green+Blue) = 7+118+75=200 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.5% from 200); Green value is 118 (46.48% from 255 or 59% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 118 - color contains mainly: green. Hex color #07764B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07764B is #F889B4. Grayscale: #4F4F4F. Windows color (decimal): -16288181 or 4945415. OLE color: 4945415.
HSL color Cylindrical-coordinate representation of color #07764B: hue angle of 156.76º 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 #07764B is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 118 | 75 | - |
| CMYK | 0.94 | 0 | 0.36 | 0.54 |
| HSL | 156.76º | 0.89% | 0.25% | - |
| HSV(B) | 156.76º | 0.94% | 0.46% | - |
| XYZ | 7.84 | 13.51 | 8.85 | - |
| YUV | 79.91 | 125.23 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 75 | 0.94 | 0 | 0.36 | 0.54 | 156.76 | 0.89 | 0.25 |
| Hex | 7 | 76 | 4B | 5E | 0 | 24 | 36 | 9D | 59 | 19 |
| Octal | 7 | 166 | 113 | 136 | 0 | 44 | 66 | 235 | 131 | 31 |
| Binary | 111 | 1110110 | 1001011 | 1011110 | 0 | 100100 | 110110 | 10011101 | 1011001 | 11001 |
Color Harmonies of #07764B
Complementary color
Monochromatic Colors of #07764B
Black with #07764B
Text Example
Text Example
White with #07764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07764B; }
p { color: rgb(7,118,75); }
H1.HeaderClassName
{
color: #07764B;
}
.AnyTagClassName
{
color: #07764B;
}
</style>
background-color css
<style>
a { background-color: #07764B; }
a { background-color: rgb(7,118,75); }
div.DivClassName
{
background-color: #07764B;
}
.BgClassName
{
background-color: #07764B;
}
</style>
border-color css
<style>
span { border-color: #07764B; }
span { border-color: rgb(7,118,75); }
td.TdClassName
{
border-color: #07764B;
}
.TagClassName
{
border-color: #07764B;
}
</style>