Shades of Watercourse #096652
Tints of Watercourse #096652
RGB
CMYK
RGB Variations
Color information
#096652 (or 0x096652) is known color: Watercourse. HEX triplet: 09, 66 and 52. RGB value is (9,102,82). Sum of RGB (Red+Green+Blue) = 9+102+82=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 102 (40.23% from 255 or 52.85% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 102 - color contains mainly: green. Hex color #096652 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096652 is #F699AD. Grayscale: #474747. Windows color (decimal): -16161198 or 5400073. OLE color: 5400073.
HSL color Cylindrical-coordinate representation of color #096652: hue angle of 167.1º 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 #096652 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 9 | 102 | 82 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.6 |
| HSL | 167.1º | 0.84% | 0.22% | - |
| HSV(B) | 167.1º | 0.91% | 0.4% | - |
| XYZ | 6.39 | 10.17 | 9.61 | - |
| YUV | 71.91 | 133.69 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 82 | 0.91 | 0 | 0.20 | 0.6 | 167.1 | 0.84 | 0.22 |
| Hex | 9 | 66 | 52 | 5B | 0 | 14 | 3C | A7 | 54 | 16 |
| Octal | 11 | 146 | 122 | 133 | 0 | 24 | 74 | 247 | 124 | 26 |
| Binary | 1001 | 1100110 | 1010010 | 1011011 | 0 | 10100 | 111100 | 10100111 | 1010100 | 10110 |
Color Harmonies of #096652
Complementary color
Monochromatic Colors of #096652
Black with #096652
Text Example
Text Example
White with #096652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096652; }
p { color: rgb(9,102,82); }
H1.HeaderClassName
{
color: #096652;
}
.AnyTagClassName
{
color: #096652;
}
</style>
background-color css
<style>
a { background-color: #096652; }
a { background-color: rgb(9,102,82); }
div.DivClassName
{
background-color: #096652;
}
.BgClassName
{
background-color: #096652;
}
</style>
border-color css
<style>
span { border-color: #096652; }
span { border-color: rgb(9,102,82); }
td.TdClassName
{
border-color: #096652;
}
.TagClassName
{
border-color: #096652;
}
</style>