Shades of Watercourse #00854E
Tints of Watercourse #00854E
RGB
CMYK
RGB Variations
Color information
#00854E (or 0x00854E) is known color: Watercourse. HEX triplet: 00, 85 and 4E. RGB value is (0,133,78). Sum of RGB (Red+Green+Blue) = 0+133+78=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 133 (52.34% from 255 or 63.03% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 133 - color contains mainly: green. Hex color #00854E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00854E is #FF7AB1. Grayscale: #575757. Windows color (decimal): -16743090 or 5145856. OLE color: 5145856.
HSL color Cylindrical-coordinate representation of color #00854E: hue angle of 155.19º 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 #00854E is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 78 | - |
| CMYK | 1 | 0 | 0.41 | 0.48 |
| HSL | 155.19º | 1% | 0.26% | - |
| HSV(B) | 155.19º | 1% | 0.52% | - |
| XYZ | 9.76 | 17.33 | 10.04 | - |
| YUV | 86.96 | 122.94 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 78 | 1 | 0 | 0.41 | 0.48 | 155.19 | 1 | 0.26 |
| Hex | 0 | 85 | 4E | 64 | 0 | 29 | 30 | 9B | 64 | 1A |
| Octal | 0 | 205 | 116 | 144 | 0 | 51 | 60 | 233 | 144 | 32 |
| Binary | 0 | 10000101 | 1001110 | 1100100 | 0 | 101001 | 110000 | 10011011 | 1100100 | 11010 |
Color Harmonies of #00854E
Complementary color
Monochromatic Colors of #00854E
Black with #00854E
Text Example
Text Example
White with #00854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00854E; }
p { color: rgb(0,133,78); }
H1.HeaderClassName
{
color: #00854E;
}
.AnyTagClassName
{
color: #00854E;
}
</style>
background-color css
<style>
a { background-color: #00854E; }
a { background-color: rgb(0,133,78); }
div.DivClassName
{
background-color: #00854E;
}
.BgClassName
{
background-color: #00854E;
}
</style>
border-color css
<style>
span { border-color: #00854E; }
span { border-color: rgb(0,133,78); }
td.TdClassName
{
border-color: #00854E;
}
.TagClassName
{
border-color: #00854E;
}
</style>