Shades of Watercourse #09764D
Tints of Watercourse #09764D
RGB
CMYK
RGB Variations
Color information
#09764D (or 0x09764D) is known color: Watercourse. HEX triplet: 09, 76 and 4D. RGB value is (9,118,77). Sum of RGB (Red+Green+Blue) = 9+118+77=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 118 (46.48% from 255 or 57.84% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 118 - color contains mainly: green. Hex color #09764D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09764D is #F689B2. Grayscale: #505050. Windows color (decimal): -16157107 or 5076489. OLE color: 5076489.
HSL color Cylindrical-coordinate representation of color #09764D: hue angle of 157.43º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09764D is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 118 | 77 | - |
| CMYK | 0.92 | 0 | 0.35 | 0.54 |
| HSL | 157.43º | 0.86% | 0.25% | - |
| HSV(B) | 157.43º | 0.92% | 0.46% | - |
| XYZ | 7.93 | 13.55 | 9.22 | - |
| YUV | 80.74 | 125.89 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 118 | 77 | 0.92 | 0 | 0.35 | 0.54 | 157.43 | 0.86 | 0.25 |
| Hex | 9 | 76 | 4D | 5C | 0 | 23 | 36 | 9D | 56 | 19 |
| Octal | 11 | 166 | 115 | 134 | 0 | 43 | 66 | 235 | 126 | 31 |
| Binary | 1001 | 1110110 | 1001101 | 1011100 | 0 | 100011 | 110110 | 10011101 | 1010110 | 11001 |
Color Harmonies of #09764D
Complementary color
Monochromatic Colors of #09764D
Black with #09764D
Text Example
Text Example
White with #09764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09764D; }
p { color: rgb(9,118,77); }
H1.HeaderClassName
{
color: #09764D;
}
.AnyTagClassName
{
color: #09764D;
}
</style>
background-color css
<style>
a { background-color: #09764D; }
a { background-color: rgb(9,118,77); }
div.DivClassName
{
background-color: #09764D;
}
.BgClassName
{
background-color: #09764D;
}
</style>
border-color css
<style>
span { border-color: #09764D; }
span { border-color: rgb(9,118,77); }
td.TdClassName
{
border-color: #09764D;
}
.TagClassName
{
border-color: #09764D;
}
</style>