Shades of Watercourse #09714B
Tints of Watercourse #09714B
RGB
CMYK
RGB Variations
Color information
#09714B (or 0x09714B) is known color: Watercourse. HEX triplet: 09, 71 and 4B. RGB value is (9,113,75). Sum of RGB (Red+Green+Blue) = 9+113+75=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 113 (44.53% from 255 or 57.36% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 113 - color contains mainly: green. Hex color #09714B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09714B is #F68EB4. Grayscale: #4D4D4D. Windows color (decimal): -16158389 or 4944137. OLE color: 4944137.
HSL color Cylindrical-coordinate representation of color #09714B: hue angle of 158.08º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09714B is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 113 | 75 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.56 |
| HSL | 158.08º | 0.85% | 0.24% | - |
| HSV(B) | 158.08º | 0.92% | 0.44% | - |
| XYZ | 7.29 | 12.38 | 8.66 | - |
| YUV | 77.57 | 126.54 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 113 | 75 | 0.92 | 0 | 0.34 | 0.56 | 158.08 | 0.85 | 0.24 |
| Hex | 9 | 71 | 4B | 5C | 0 | 22 | 38 | 9E | 55 | 18 |
| Octal | 11 | 161 | 113 | 134 | 0 | 42 | 70 | 236 | 125 | 30 |
| Binary | 1001 | 1110001 | 1001011 | 1011100 | 0 | 100010 | 111000 | 10011110 | 1010101 | 11000 |
Color Harmonies of #09714B
Complementary color
Monochromatic Colors of #09714B
Black with #09714B
Text Example
Text Example
White with #09714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09714B; }
p { color: rgb(9,113,75); }
H1.HeaderClassName
{
color: #09714B;
}
.AnyTagClassName
{
color: #09714B;
}
</style>
background-color css
<style>
a { background-color: #09714B; }
a { background-color: rgb(9,113,75); }
div.DivClassName
{
background-color: #09714B;
}
.BgClassName
{
background-color: #09714B;
}
</style>
border-color css
<style>
span { border-color: #09714B; }
span { border-color: rgb(9,113,75); }
td.TdClassName
{
border-color: #09714B;
}
.TagClassName
{
border-color: #09714B;
}
</style>