Shades of Watercourse #096352
Tints of Watercourse #096352
RGB
CMYK
RGB Variations
Color information
#096352 (or 0x096352) is known color: Watercourse. HEX triplet: 09, 63 and 52. RGB value is (9,99,82). Sum of RGB (Red+Green+Blue) = 9+99+82=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 99 (39.06% from 255 or 52.11% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 99 - color contains mainly: green. Hex color #096352 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096352 is #F69CAD. Grayscale: #464646. Windows color (decimal): -16161966 or 5399305. OLE color: 5399305.
HSL color Cylindrical-coordinate representation of color #096352: hue angle of 168.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096352 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 99 | 82 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.61 |
| HSL | 168.67º | 0.83% | 0.21% | - |
| HSV(B) | 168.67º | 0.91% | 0.39% | - |
| XYZ | 6.1 | 9.59 | 9.51 | - |
| YUV | 70.15 | 134.68 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 99 | 82 | 0.91 | 0 | 0.17 | 0.61 | 168.67 | 0.83 | 0.21 |
| Hex | 9 | 63 | 52 | 5B | 0 | 11 | 3D | A9 | 53 | 15 |
| Octal | 11 | 143 | 122 | 133 | 0 | 21 | 75 | 251 | 123 | 25 |
| Binary | 1001 | 1100011 | 1010010 | 1011011 | 0 | 10001 | 111101 | 10101001 | 1010011 | 10101 |
Color Harmonies of #096352
Complementary color
Monochromatic Colors of #096352
Black with #096352
Text Example
Text Example
White with #096352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096352; }
p { color: rgb(9,99,82); }
H1.HeaderClassName
{
color: #096352;
}
.AnyTagClassName
{
color: #096352;
}
</style>
background-color css
<style>
a { background-color: #096352; }
a { background-color: rgb(9,99,82); }
div.DivClassName
{
background-color: #096352;
}
.BgClassName
{
background-color: #096352;
}
</style>
border-color css
<style>
span { border-color: #096352; }
span { border-color: rgb(9,99,82); }
td.TdClassName
{
border-color: #096352;
}
.TagClassName
{
border-color: #096352;
}
</style>