Shades of Watercourse #096C4A
Tints of Watercourse #096C4A
RGB
CMYK
RGB Variations
Color information
#096C4A (or 0x096C4A) is known color: Watercourse. HEX triplet: 09, 6C and 4A. RGB value is (9,108,74). Sum of RGB (Red+Green+Blue) = 9+108+74=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 108 (42.58% from 255 or 56.54% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 108 - color contains mainly: green. Hex color #096C4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096C4A is #F693B5. Grayscale: #4A4A4A. Windows color (decimal): -16159670 or 4877321. OLE color: 4877321.
HSL color Cylindrical-coordinate representation of color #096C4A: hue angle of 159.39º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096C4A is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 108 | 74 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.58 |
| HSL | 159.39º | 0.85% | 0.23% | - |
| HSV(B) | 159.39º | 0.92% | 0.42% | - |
| XYZ | 6.71 | 11.28 | 8.3 | - |
| YUV | 74.52 | 127.7 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 108 | 74 | 0.92 | 0 | 0.31 | 0.58 | 159.39 | 0.85 | 0.23 |
| Hex | 9 | 6C | 4A | 5C | 0 | 1F | 3A | 9F | 55 | 17 |
| Octal | 11 | 154 | 112 | 134 | 0 | 37 | 72 | 237 | 125 | 27 |
| Binary | 1001 | 1101100 | 1001010 | 1011100 | 0 | 11111 | 111010 | 10011111 | 1010101 | 10111 |
Color Harmonies of #096C4A
Complementary color
Monochromatic Colors of #096C4A
Black with #096C4A
Text Example
Text Example
White with #096C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096C4A; }
p { color: rgb(9,108,74); }
H1.HeaderClassName
{
color: #096C4A;
}
.AnyTagClassName
{
color: #096C4A;
}
</style>
background-color css
<style>
a { background-color: #096C4A; }
a { background-color: rgb(9,108,74); }
div.DivClassName
{
background-color: #096C4A;
}
.BgClassName
{
background-color: #096C4A;
}
</style>
border-color css
<style>
span { border-color: #096C4A; }
span { border-color: rgb(9,108,74); }
td.TdClassName
{
border-color: #096C4A;
}
.TagClassName
{
border-color: #096C4A;
}
</style>