Shades of Watercourse #095D4C
Tints of Watercourse #095D4C
RGB
CMYK
RGB Variations
Color information
#095D4C (or 0x095D4C) is known color: Watercourse. HEX triplet: 09, 5D and 4C. RGB value is (9,93,76). Sum of RGB (Red+Green+Blue) = 9+93+76=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 93 (36.72% from 255 or 52.25% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 93 - color contains mainly: green. Hex color #095D4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D4C is #F6A2B3. Grayscale: #414141. Windows color (decimal): -16163508 or 5004553. OLE color: 5004553.
HSL color Cylindrical-coordinate representation of color #095D4C: hue angle of 167.86º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095D4C is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 93 | 76 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.64 |
| HSL | 167.86º | 0.82% | 0.2% | - |
| HSV(B) | 167.86º | 0.9% | 0.36% | - |
| XYZ | 5.33 | 8.41 | 8.18 | - |
| YUV | 65.95 | 133.67 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 76 | 0.90 | 0 | 0.18 | 0.64 | 167.86 | 0.82 | 0.2 |
| Hex | 9 | 5D | 4C | 5A | 0 | 12 | 40 | A8 | 52 | 14 |
| Octal | 11 | 135 | 114 | 132 | 0 | 22 | 100 | 250 | 122 | 24 |
| Binary | 1001 | 1011101 | 1001100 | 1011010 | 0 | 10010 | 1000000 | 10101000 | 1010010 | 10100 |
Color Harmonies of #095D4C
Complementary color
Monochromatic Colors of #095D4C
Black with #095D4C
Text Example
Text Example
White with #095D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D4C; }
p { color: rgb(9,93,76); }
H1.HeaderClassName
{
color: #095D4C;
}
.AnyTagClassName
{
color: #095D4C;
}
</style>
background-color css
<style>
a { background-color: #095D4C; }
a { background-color: rgb(9,93,76); }
div.DivClassName
{
background-color: #095D4C;
}
.BgClassName
{
background-color: #095D4C;
}
</style>
border-color css
<style>
span { border-color: #095D4C; }
span { border-color: rgb(9,93,76); }
td.TdClassName
{
border-color: #095D4C;
}
.TagClassName
{
border-color: #095D4C;
}
</style>