Shades of Watercourse #095F4E
Tints of Watercourse #095F4E
RGB
CMYK
RGB Variations
Color information
#095F4E (or 0x095F4E) is known color: Watercourse. HEX triplet: 09, 5F and 4E. RGB value is (9,95,78). Sum of RGB (Red+Green+Blue) = 9+95+78=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 95 (37.5% from 255 or 52.20% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 95 - color contains mainly: green. Hex color #095F4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095F4E is #F6A0B1. Grayscale: #434343. Windows color (decimal): -16162994 or 5136137. OLE color: 5136137.
HSL color Cylindrical-coordinate representation of color #095F4E: hue angle of 168.14º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095F4E is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 95 | 78 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.63 |
| HSL | 168.14º | 0.83% | 0.2% | - |
| HSV(B) | 168.14º | 0.91% | 0.37% | - |
| XYZ | 5.58 | 8.79 | 8.61 | - |
| YUV | 67.35 | 134.01 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 78 | 0.91 | 0 | 0.18 | 0.63 | 168.14 | 0.83 | 0.2 |
| Hex | 9 | 5F | 4E | 5B | 0 | 12 | 3F | A8 | 53 | 14 |
| Octal | 11 | 137 | 116 | 133 | 0 | 22 | 77 | 250 | 123 | 24 |
| Binary | 1001 | 1011111 | 1001110 | 1011011 | 0 | 10010 | 111111 | 10101000 | 1010011 | 10100 |
Color Harmonies of #095F4E
Complementary color
Monochromatic Colors of #095F4E
Black with #095F4E
Text Example
Text Example
White with #095F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095F4E; }
p { color: rgb(9,95,78); }
H1.HeaderClassName
{
color: #095F4E;
}
.AnyTagClassName
{
color: #095F4E;
}
</style>
background-color css
<style>
a { background-color: #095F4E; }
a { background-color: rgb(9,95,78); }
div.DivClassName
{
background-color: #095F4E;
}
.BgClassName
{
background-color: #095F4E;
}
</style>
border-color css
<style>
span { border-color: #095F4E; }
span { border-color: rgb(9,95,78); }
td.TdClassName
{
border-color: #095F4E;
}
.TagClassName
{
border-color: #095F4E;
}
</style>