Shades of Watercourse #00754D
Tints of Watercourse #00754D
RGB
CMYK
RGB Variations
Color information
#00754D (or 0x00754D) is known color: Watercourse. HEX triplet: 00, 75 and 4D. RGB value is (0,117,77). Sum of RGB (Red+Green+Blue) = 0+117+77=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #00754D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00754D is #FF8AB2. Grayscale: #4D4D4D. Windows color (decimal): -16747187 or 5076224. OLE color: 5076224.
HSL color Cylindrical-coordinate representation of color #00754D: hue angle of 159.49º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00754D is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 117 | 77 | - |
| CMYK | 1 | 0 | 0.34 | 0.54 |
| HSL | 159.49º | 1% | 0.23% | - |
| HSV(B) | 159.49º | 1% | 0.46% | - |
| XYZ | 7.7 | 13.26 | 9.17 | - |
| YUV | 77.46 | 127.74 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 77 | 1 | 0 | 0.34 | 0.54 | 159.49 | 1 | 0.23 |
| Hex | 0 | 75 | 4D | 64 | 0 | 22 | 36 | 9F | 64 | 17 |
| Octal | 0 | 165 | 115 | 144 | 0 | 42 | 66 | 237 | 144 | 27 |
| Binary | 0 | 1110101 | 1001101 | 1100100 | 0 | 100010 | 110110 | 10011111 | 1100100 | 10111 |
Color Harmonies of #00754D
Complementary color
Monochromatic Colors of #00754D
Black with #00754D
Text Example
Text Example
White with #00754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00754D; }
p { color: rgb(0,117,77); }
H1.HeaderClassName
{
color: #00754D;
}
.AnyTagClassName
{
color: #00754D;
}
</style>
background-color css
<style>
a { background-color: #00754D; }
a { background-color: rgb(0,117,77); }
div.DivClassName
{
background-color: #00754D;
}
.BgClassName
{
background-color: #00754D;
}
</style>
border-color css
<style>
span { border-color: #00754D; }
span { border-color: rgb(0,117,77); }
td.TdClassName
{
border-color: #00754D;
}
.TagClassName
{
border-color: #00754D;
}
</style>