Shades of Watercourse #096150
Tints of Watercourse #096150
RGB
CMYK
RGB Variations
Color information
#096150 (or 0x096150) is known color: Watercourse. HEX triplet: 09, 61 and 50. RGB value is (9,97,80). Sum of RGB (Red+Green+Blue) = 9+97+80=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #096150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096150 is #F69EAF. Grayscale: #444444. Windows color (decimal): -16162480 or 5267721. OLE color: 5267721.
HSL color Cylindrical-coordinate representation of color #096150: hue angle of 168.41º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096150 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 97 | 80 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.62 |
| HSL | 168.41º | 0.83% | 0.21% | - |
| HSV(B) | 168.41º | 0.91% | 0.38% | - |
| XYZ | 5.84 | 9.19 | 9.06 | - |
| YUV | 68.75 | 134.35 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 80 | 0.91 | 0 | 0.18 | 0.62 | 168.41 | 0.83 | 0.21 |
| Hex | 9 | 61 | 50 | 5B | 0 | 12 | 3E | A8 | 53 | 15 |
| Octal | 11 | 141 | 120 | 133 | 0 | 22 | 76 | 250 | 123 | 25 |
| Binary | 1001 | 1100001 | 1010000 | 1011011 | 0 | 10010 | 111110 | 10101000 | 1010011 | 10101 |
Color Harmonies of #096150
Complementary color
Monochromatic Colors of #096150
Black with #096150
Text Example
Text Example
White with #096150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096150; }
p { color: rgb(9,97,80); }
H1.HeaderClassName
{
color: #096150;
}
.AnyTagClassName
{
color: #096150;
}
</style>
background-color css
<style>
a { background-color: #096150; }
a { background-color: rgb(9,97,80); }
div.DivClassName
{
background-color: #096150;
}
.BgClassName
{
background-color: #096150;
}
</style>
border-color css
<style>
span { border-color: #096150; }
span { border-color: rgb(9,97,80); }
td.TdClassName
{
border-color: #096150;
}
.TagClassName
{
border-color: #096150;
}
</style>