Shades of Watercourse #09764F
Tints of Watercourse #09764F
RGB
CMYK
RGB Variations
Color information
#09764F (or 0x09764F) is known color: Watercourse. HEX triplet: 09, 76 and 4F. RGB value is (9,118,79). Sum of RGB (Red+Green+Blue) = 9+118+79=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 118 (46.48% from 255 or 57.28% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 118 - color contains mainly: green. Hex color #09764F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09764F is #F689B0. Grayscale: #515151. Windows color (decimal): -16157105 or 5207561. OLE color: 5207561.
HSL color Cylindrical-coordinate representation of color #09764F: hue angle of 158.53º 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 #09764F is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 118 | 79 | - |
| CMYK | 0.92 | 0 | 0.33 | 0.54 |
| HSL | 158.53º | 0.86% | 0.25% | - |
| HSV(B) | 158.53º | 0.92% | 0.46% | - |
| XYZ | 8 | 13.58 | 9.6 | - |
| YUV | 80.96 | 126.89 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 118 | 79 | 0.92 | 0 | 0.33 | 0.54 | 158.53 | 0.86 | 0.25 |
| Hex | 9 | 76 | 4F | 5C | 0 | 21 | 36 | 9F | 56 | 19 |
| Octal | 11 | 166 | 117 | 134 | 0 | 41 | 66 | 237 | 126 | 31 |
| Binary | 1001 | 1110110 | 1001111 | 1011100 | 0 | 100001 | 110110 | 10011111 | 1010110 | 11001 |
Color Harmonies of #09764F
Complementary color
Monochromatic Colors of #09764F
Black with #09764F
Text Example
Text Example
White with #09764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09764F; }
p { color: rgb(9,118,79); }
H1.HeaderClassName
{
color: #09764F;
}
.AnyTagClassName
{
color: #09764F;
}
</style>
background-color css
<style>
a { background-color: #09764F; }
a { background-color: rgb(9,118,79); }
div.DivClassName
{
background-color: #09764F;
}
.BgClassName
{
background-color: #09764F;
}
</style>
border-color css
<style>
span { border-color: #09764F; }
span { border-color: rgb(9,118,79); }
td.TdClassName
{
border-color: #09764F;
}
.TagClassName
{
border-color: #09764F;
}
</style>