Shades of Watercourse #096653
Tints of Watercourse #096653
RGB
CMYK
RGB Variations
Color information
#096653 (or 0x096653) is known color: Watercourse. HEX triplet: 09, 66 and 53. RGB value is (9,102,83). Sum of RGB (Red+Green+Blue) = 9+102+83=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 102 (40.23% from 255 or 52.58% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 102 - color contains mainly: green. Hex color #096653 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096653 is #F699AC. Grayscale: #484848. Windows color (decimal): -16161197 or 5465609. OLE color: 5465609.
HSL color Cylindrical-coordinate representation of color #096653: hue angle of 167.74º 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 #096653 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 9 | 102 | 83 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.6 |
| HSL | 167.74º | 0.84% | 0.22% | - |
| HSV(B) | 167.74º | 0.91% | 0.4% | - |
| XYZ | 6.43 | 10.19 | 9.81 | - |
| YUV | 72.03 | 134.19 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 83 | 0.91 | 0 | 0.19 | 0.6 | 167.74 | 0.84 | 0.22 |
| Hex | 9 | 66 | 53 | 5B | 0 | 13 | 3C | A8 | 54 | 16 |
| Octal | 11 | 146 | 123 | 133 | 0 | 23 | 74 | 250 | 124 | 26 |
| Binary | 1001 | 1100110 | 1010011 | 1011011 | 0 | 10011 | 111100 | 10101000 | 1010100 | 10110 |
Color Harmonies of #096653
Complementary color
Monochromatic Colors of #096653
Black with #096653
Text Example
Text Example
White with #096653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096653; }
p { color: rgb(9,102,83); }
H1.HeaderClassName
{
color: #096653;
}
.AnyTagClassName
{
color: #096653;
}
</style>
background-color css
<style>
a { background-color: #096653; }
a { background-color: rgb(9,102,83); }
div.DivClassName
{
background-color: #096653;
}
.BgClassName
{
background-color: #096653;
}
</style>
border-color css
<style>
span { border-color: #096653; }
span { border-color: rgb(9,102,83); }
td.TdClassName
{
border-color: #096653;
}
.TagClassName
{
border-color: #096653;
}
</style>