Shades of Watercourse #09664F
Tints of Watercourse #09664F
RGB
CMYK
RGB Variations
Color information
#09664F (or 0x09664F) is known color: Watercourse. HEX triplet: 09, 66 and 4F. RGB value is (9,102,79). Sum of RGB (Red+Green+Blue) = 9+102+79=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 102 (40.23% from 255 or 53.68% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 102 - color contains mainly: green. Hex color #09664F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09664F is #F699B0. Grayscale: #474747. Windows color (decimal): -16161201 or 5203465. OLE color: 5203465.
HSL color Cylindrical-coordinate representation of color #09664F: hue angle of 165.16º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09664F is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 9 | 102 | 79 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.6 |
| HSL | 165.16º | 0.84% | 0.22% | - |
| HSV(B) | 165.16º | 0.91% | 0.4% | - |
| XYZ | 6.28 | 10.13 | 9.02 | - |
| YUV | 71.57 | 132.19 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 79 | 0.91 | 0 | 0.23 | 0.6 | 165.16 | 0.84 | 0.22 |
| Hex | 9 | 66 | 4F | 5B | 0 | 17 | 3C | A5 | 54 | 16 |
| Octal | 11 | 146 | 117 | 133 | 0 | 27 | 74 | 245 | 124 | 26 |
| Binary | 1001 | 1100110 | 1001111 | 1011011 | 0 | 10111 | 111100 | 10100101 | 1010100 | 10110 |
Color Harmonies of #09664F
Complementary color
Monochromatic Colors of #09664F
Black with #09664F
Text Example
Text Example
White with #09664F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09664F; }
p { color: rgb(9,102,79); }
H1.HeaderClassName
{
color: #09664F;
}
.AnyTagClassName
{
color: #09664F;
}
</style>
background-color css
<style>
a { background-color: #09664F; }
a { background-color: rgb(9,102,79); }
div.DivClassName
{
background-color: #09664F;
}
.BgClassName
{
background-color: #09664F;
}
</style>
border-color css
<style>
span { border-color: #09664F; }
span { border-color: rgb(9,102,79); }
td.TdClassName
{
border-color: #09664F;
}
.TagClassName
{
border-color: #09664F;
}
</style>