Shades of Watercourse #00844F
Tints of Watercourse #00844F
RGB
CMYK
RGB Variations
Color information
#00844F (or 0x00844F) is known color: Watercourse. HEX triplet: 00, 84 and 4F. RGB value is (0,132,79). Sum of RGB (Red+Green+Blue) = 0+132+79=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 132 (51.95% from 255 or 62.56% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 132 - color contains mainly: green. Hex color #00844F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00844F is #FF7BB0. Grayscale: #565656. Windows color (decimal): -16743345 or 5211136. OLE color: 5211136.
HSL color Cylindrical-coordinate representation of color #00844F: hue angle of 155.91º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00844F is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 79 | - |
| CMYK | 1 | 0 | 0.40 | 0.48 |
| HSL | 155.91º | 1% | 0.26% | - |
| HSV(B) | 155.91º | 1% | 0.52% | - |
| XYZ | 9.66 | 17.07 | 10.18 | - |
| YUV | 86.49 | 123.77 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 79 | 1 | 0 | 0.40 | 0.48 | 155.91 | 1 | 0.26 |
| Hex | 0 | 84 | 4F | 64 | 0 | 28 | 30 | 9C | 64 | 1A |
| Octal | 0 | 204 | 117 | 144 | 0 | 50 | 60 | 234 | 144 | 32 |
| Binary | 0 | 10000100 | 1001111 | 1100100 | 0 | 101000 | 110000 | 10011100 | 1100100 | 11010 |
Color Harmonies of #00844F
Complementary color
Monochromatic Colors of #00844F
Black with #00844F
Text Example
Text Example
White with #00844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00844F; }
p { color: rgb(0,132,79); }
H1.HeaderClassName
{
color: #00844F;
}
.AnyTagClassName
{
color: #00844F;
}
</style>
background-color css
<style>
a { background-color: #00844F; }
a { background-color: rgb(0,132,79); }
div.DivClassName
{
background-color: #00844F;
}
.BgClassName
{
background-color: #00844F;
}
</style>
border-color css
<style>
span { border-color: #00844F; }
span { border-color: rgb(0,132,79); }
td.TdClassName
{
border-color: #00844F;
}
.TagClassName
{
border-color: #00844F;
}
</style>