Shades of Watercourse #096952
Tints of Watercourse #096952
RGB
CMYK
RGB Variations
Color information
#096952 (or 0x096952) is known color: Watercourse. HEX triplet: 09, 69 and 52. RGB value is (9,105,82). Sum of RGB (Red+Green+Blue) = 9+105+82=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 105 (41.41% from 255 or 53.57% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 105 - color contains mainly: green. Hex color #096952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096952 is #F696AD. Grayscale: #494949. Windows color (decimal): -16160430 or 5400841. OLE color: 5400841.
HSL color Cylindrical-coordinate representation of color #096952: hue angle of 165.62º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096952 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 105 | 82 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.59 |
| HSL | 165.63º | 0.84% | 0.22% | - |
| HSV(B) | 165.63º | 0.91% | 0.41% | - |
| XYZ | 6.69 | 10.77 | 9.71 | - |
| YUV | 73.67 | 132.7 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 82 | 0.91 | 0 | 0.22 | 0.59 | 165.63 | 0.84 | 0.22 |
| Hex | 9 | 69 | 52 | 5B | 0 | 16 | 3B | A6 | 54 | 16 |
| Octal | 11 | 151 | 122 | 133 | 0 | 26 | 73 | 246 | 124 | 26 |
| Binary | 1001 | 1101001 | 1010010 | 1011011 | 0 | 10110 | 111011 | 10100110 | 1010100 | 10110 |
Color Harmonies of #096952
Complementary color
Monochromatic Colors of #096952
Black with #096952
Text Example
Text Example
White with #096952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096952; }
p { color: rgb(9,105,82); }
H1.HeaderClassName
{
color: #096952;
}
.AnyTagClassName
{
color: #096952;
}
</style>
background-color css
<style>
a { background-color: #096952; }
a { background-color: rgb(9,105,82); }
div.DivClassName
{
background-color: #096952;
}
.BgClassName
{
background-color: #096952;
}
</style>
border-color css
<style>
span { border-color: #096952; }
span { border-color: rgb(9,105,82); }
td.TdClassName
{
border-color: #096952;
}
.TagClassName
{
border-color: #096952;
}
</style>