Shades of Watercourse #095946
Tints of Watercourse #095946
RGB
CMYK
RGB Variations
Color information
#095946 (or 0x095946) is known color: Watercourse. HEX triplet: 09, 59 and 46. RGB value is (9,89,70). Sum of RGB (Red+Green+Blue) = 9+89+70=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 89 (35.16% from 255 or 52.98% from 168); Blue value is 70 (27.73% from 255 or 41.67% from 168); Max value from RGB is 89 - color contains mainly: green. Hex color #095946 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095946 is #F6A6B9. Grayscale: #3E3E3E. Windows color (decimal): -16164538 or 4610313. OLE color: 4610313.
HSL color Cylindrical-coordinate representation of color #095946: hue angle of 165.75º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095946 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 89 | 70 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.65 |
| HSL | 165.75º | 0.82% | 0.19% | - |
| HSV(B) | 165.75º | 0.9% | 0.35% | - |
| XYZ | 4.79 | 7.65 | 7.02 | - |
| YUV | 62.91 | 132 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 70 | 0.90 | 0 | 0.21 | 0.65 | 165.75 | 0.82 | 0.19 |
| Hex | 9 | 59 | 46 | 5A | 0 | 15 | 41 | A6 | 52 | 13 |
| Octal | 11 | 131 | 106 | 132 | 0 | 25 | 101 | 246 | 122 | 23 |
| Binary | 1001 | 1011001 | 1000110 | 1011010 | 0 | 10101 | 1000001 | 10100110 | 1010010 | 10011 |
Color Harmonies of #095946
Complementary color
Monochromatic Colors of #095946
Black with #095946
Text Example
Text Example
White with #095946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095946; }
p { color: rgb(9,89,70); }
H1.HeaderClassName
{
color: #095946;
}
.AnyTagClassName
{
color: #095946;
}
</style>
background-color css
<style>
a { background-color: #095946; }
a { background-color: rgb(9,89,70); }
div.DivClassName
{
background-color: #095946;
}
.BgClassName
{
background-color: #095946;
}
</style>
border-color css
<style>
span { border-color: #095946; }
span { border-color: rgb(9,89,70); }
td.TdClassName
{
border-color: #095946;
}
.TagClassName
{
border-color: #095946;
}
</style>