Shades of Watercourse #09624A
Tints of Watercourse #09624A
RGB
CMYK
RGB Variations
Color information
#09624A (or 0x09624A) is known color: Watercourse. HEX triplet: 09, 62 and 4A. RGB value is (9,98,74). Sum of RGB (Red+Green+Blue) = 9+98+74=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 98 (38.67% from 255 or 54.14% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 98 - color contains mainly: green. Hex color #09624A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09624A is #F69DB5. Grayscale: #444444. Windows color (decimal): -16162230 or 4874761. OLE color: 4874761.
HSL color Cylindrical-coordinate representation of color #09624A: hue angle of 163.82º 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 #09624A is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 98 | 74 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.62 |
| HSL | 163.82º | 0.83% | 0.21% | - |
| HSV(B) | 163.82º | 0.91% | 0.38% | - |
| XYZ | 5.72 | 9.29 | 7.97 | - |
| YUV | 68.65 | 131.01 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 98 | 74 | 0.91 | 0 | 0.24 | 0.62 | 163.82 | 0.83 | 0.21 |
| Hex | 9 | 62 | 4A | 5B | 0 | 18 | 3E | A4 | 53 | 15 |
| Octal | 11 | 142 | 112 | 133 | 0 | 30 | 76 | 244 | 123 | 25 |
| Binary | 1001 | 1100010 | 1001010 | 1011011 | 0 | 11000 | 111110 | 10100100 | 1010011 | 10101 |
Color Harmonies of #09624A
Complementary color
Monochromatic Colors of #09624A
Black with #09624A
Text Example
Text Example
White with #09624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09624A; }
p { color: rgb(9,98,74); }
H1.HeaderClassName
{
color: #09624A;
}
.AnyTagClassName
{
color: #09624A;
}
</style>
background-color css
<style>
a { background-color: #09624A; }
a { background-color: rgb(9,98,74); }
div.DivClassName
{
background-color: #09624A;
}
.BgClassName
{
background-color: #09624A;
}
</style>
border-color css
<style>
span { border-color: #09624A; }
span { border-color: rgb(9,98,74); }
td.TdClassName
{
border-color: #09624A;
}
.TagClassName
{
border-color: #09624A;
}
</style>