Shades of Watercourse #095F4A
Tints of Watercourse #095F4A
RGB
CMYK
RGB Variations
Color information
#095F4A (or 0x095F4A) is known color: Watercourse. HEX triplet: 09, 5F and 4A. RGB value is (9,95,74). Sum of RGB (Red+Green+Blue) = 9+95+74=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 95 (37.5% from 255 or 53.37% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 95 - color contains mainly: green. Hex color #095F4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095F4A is #F6A0B5. Grayscale: #424242. Windows color (decimal): -16162998 or 4873993. OLE color: 4873993.
HSL color Cylindrical-coordinate representation of color #095F4A: hue angle of 165.35º 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 #095F4A is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 95 | 74 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.63 |
| HSL | 165.35º | 0.83% | 0.2% | - |
| HSV(B) | 165.35º | 0.91% | 0.37% | - |
| XYZ | 5.44 | 8.74 | 7.88 | - |
| YUV | 66.89 | 132.01 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 74 | 0.91 | 0 | 0.22 | 0.63 | 165.35 | 0.83 | 0.2 |
| Hex | 9 | 5F | 4A | 5B | 0 | 16 | 3F | A5 | 53 | 14 |
| Octal | 11 | 137 | 112 | 133 | 0 | 26 | 77 | 245 | 123 | 24 |
| Binary | 1001 | 1011111 | 1001010 | 1011011 | 0 | 10110 | 111111 | 10100101 | 1010011 | 10100 |
Color Harmonies of #095F4A
Complementary color
Monochromatic Colors of #095F4A
Black with #095F4A
Text Example
Text Example
White with #095F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095F4A; }
p { color: rgb(9,95,74); }
H1.HeaderClassName
{
color: #095F4A;
}
.AnyTagClassName
{
color: #095F4A;
}
</style>
background-color css
<style>
a { background-color: #095F4A; }
a { background-color: rgb(9,95,74); }
div.DivClassName
{
background-color: #095F4A;
}
.BgClassName
{
background-color: #095F4A;
}
</style>
border-color css
<style>
span { border-color: #095F4A; }
span { border-color: rgb(9,95,74); }
td.TdClassName
{
border-color: #095F4A;
}
.TagClassName
{
border-color: #095F4A;
}
</style>