Shades of Watercourse #00774A
Tints of Watercourse #00774A
RGB
CMYK
RGB Variations
Color information
#00774A (or 0x00774A) is known color: Watercourse. HEX triplet: 00, 77 and 4A. RGB value is (0,119,74). Sum of RGB (Red+Green+Blue) = 0+119+74=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 119 (46.88% from 255 or 61.66% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 119 - color contains mainly: green. Hex color #00774A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00774A is #FF88B5. Grayscale: #4E4E4E. Windows color (decimal): -16746678 or 4880128. OLE color: 4880128.
HSL color Cylindrical-coordinate representation of color #00774A: hue angle of 157.31º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00774A is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 119 | 74 | - |
| CMYK | 1 | 0 | 0.38 | 0.53 |
| HSL | 157.31º | 1% | 0.23% | - |
| HSV(B) | 157.31º | 1% | 0.47% | - |
| XYZ | 7.83 | 13.69 | 8.71 | - |
| YUV | 78.29 | 125.58 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 74 | 1 | 0 | 0.38 | 0.53 | 157.31 | 1 | 0.23 |
| Hex | 0 | 77 | 4A | 64 | 0 | 26 | 35 | 9D | 64 | 17 |
| Octal | 0 | 167 | 112 | 144 | 0 | 46 | 65 | 235 | 144 | 27 |
| Binary | 0 | 1110111 | 1001010 | 1100100 | 0 | 100110 | 110101 | 10011101 | 1100100 | 10111 |
Color Harmonies of #00774A
Complementary color
Monochromatic Colors of #00774A
Black with #00774A
Text Example
Text Example
White with #00774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00774A; }
p { color: rgb(0,119,74); }
H1.HeaderClassName
{
color: #00774A;
}
.AnyTagClassName
{
color: #00774A;
}
</style>
background-color css
<style>
a { background-color: #00774A; }
a { background-color: rgb(0,119,74); }
div.DivClassName
{
background-color: #00774A;
}
.BgClassName
{
background-color: #00774A;
}
</style>
border-color css
<style>
span { border-color: #00774A; }
span { border-color: rgb(0,119,74); }
td.TdClassName
{
border-color: #00774A;
}
.TagClassName
{
border-color: #00774A;
}
</style>