Shades of Watercourse #09624C
Tints of Watercourse #09624C
RGB
CMYK
RGB Variations
Color information
#09624C (or 0x09624C) is known color: Watercourse. HEX triplet: 09, 62 and 4C. RGB value is (9,98,76). Sum of RGB (Red+Green+Blue) = 9+98+76=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 98 (38.67% from 255 or 53.55% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 98 - color contains mainly: green. Hex color #09624C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09624C is #F69DB3. Grayscale: #444444. Windows color (decimal): -16162228 or 5005833. OLE color: 5005833.
HSL color Cylindrical-coordinate representation of color #09624C: hue angle of 165.17º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09624C is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 98 | 76 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.62 |
| HSL | 165.17º | 0.83% | 0.21% | - |
| HSV(B) | 165.17º | 0.91% | 0.38% | - |
| XYZ | 5.78 | 9.32 | 8.33 | - |
| YUV | 68.88 | 132.01 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 98 | 76 | 0.91 | 0 | 0.22 | 0.62 | 165.17 | 0.83 | 0.21 |
| Hex | 9 | 62 | 4C | 5B | 0 | 16 | 3E | A5 | 53 | 15 |
| Octal | 11 | 142 | 114 | 133 | 0 | 26 | 76 | 245 | 123 | 25 |
| Binary | 1001 | 1100010 | 1001100 | 1011011 | 0 | 10110 | 111110 | 10100101 | 1010011 | 10101 |
Color Harmonies of #09624C
Complementary color
Monochromatic Colors of #09624C
Black with #09624C
Text Example
Text Example
White with #09624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09624C; }
p { color: rgb(9,98,76); }
H1.HeaderClassName
{
color: #09624C;
}
.AnyTagClassName
{
color: #09624C;
}
</style>
background-color css
<style>
a { background-color: #09624C; }
a { background-color: rgb(9,98,76); }
div.DivClassName
{
background-color: #09624C;
}
.BgClassName
{
background-color: #09624C;
}
</style>
border-color css
<style>
span { border-color: #09624C; }
span { border-color: rgb(9,98,76); }
td.TdClassName
{
border-color: #09624C;
}
.TagClassName
{
border-color: #09624C;
}
</style>