Shades of Watercourse #09664A
Tints of Watercourse #09664A
RGB
CMYK
RGB Variations
Color information
#09664A (or 0x09664A) is known color: Watercourse. HEX triplet: 09, 66 and 4A. RGB value is (9,102,74). Sum of RGB (Red+Green+Blue) = 9+102+74=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 102 (40.23% from 255 or 55.14% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 102 - color contains mainly: green. Hex color #09664A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09664A is #F699B5. Grayscale: #474747. Windows color (decimal): -16161206 or 4875785. OLE color: 4875785.
HSL color Cylindrical-coordinate representation of color #09664A: hue angle of 161.94º 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 #09664A is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 9 | 102 | 74 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.6 |
| HSL | 161.94º | 0.84% | 0.22% | - |
| HSV(B) | 161.94º | 0.91% | 0.4% | - |
| XYZ | 6.1 | 10.06 | 8.1 | - |
| YUV | 71 | 129.69 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 74 | 0.91 | 0 | 0.27 | 0.6 | 161.94 | 0.84 | 0.22 |
| Hex | 9 | 66 | 4A | 5B | 0 | 1B | 3C | A2 | 54 | 16 |
| Octal | 11 | 146 | 112 | 133 | 0 | 33 | 74 | 242 | 124 | 26 |
| Binary | 1001 | 1100110 | 1001010 | 1011011 | 0 | 11011 | 111100 | 10100010 | 1010100 | 10110 |
Color Harmonies of #09664A
Complementary color
Monochromatic Colors of #09664A
Black with #09664A
Text Example
Text Example
White with #09664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09664A; }
p { color: rgb(9,102,74); }
H1.HeaderClassName
{
color: #09664A;
}
.AnyTagClassName
{
color: #09664A;
}
</style>
background-color css
<style>
a { background-color: #09664A; }
a { background-color: rgb(9,102,74); }
div.DivClassName
{
background-color: #09664A;
}
.BgClassName
{
background-color: #09664A;
}
</style>
border-color css
<style>
span { border-color: #09664A; }
span { border-color: rgb(9,102,74); }
td.TdClassName
{
border-color: #09664A;
}
.TagClassName
{
border-color: #09664A;
}
</style>