Shades of Watercourse #008752
Tints of Watercourse #008752
RGB
CMYK
RGB Variations
Color information
#008752 (or 0x008752) is known color: Watercourse. HEX triplet: 00, 87 and 52. RGB value is (0,135,82). Sum of RGB (Red+Green+Blue) = 0+135+82=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 135 (53.12% from 255 or 62.21% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 135 - color contains mainly: green. Hex color #008752 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008752 is #FF78AD. Grayscale: #585858. Windows color (decimal): -16742574 or 5408512. OLE color: 5408512.
HSL color Cylindrical-coordinate representation of color #008752: hue angle of 156.44º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008752 is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 135 | 82 | - |
| CMYK | 1 | 0 | 0.39 | 0.47 |
| HSL | 156.44º | 1% | 0.26% | - |
| HSV(B) | 156.44º | 1% | 0.53% | - |
| XYZ | 10.19 | 17.94 | 10.91 | - |
| YUV | 88.59 | 124.27 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 82 | 1 | 0 | 0.39 | 0.47 | 156.44 | 1 | 0.26 |
| Hex | 0 | 87 | 52 | 64 | 0 | 27 | 2F | 9C | 64 | 1A |
| Octal | 0 | 207 | 122 | 144 | 0 | 47 | 57 | 234 | 144 | 32 |
| Binary | 0 | 10000111 | 1010010 | 1100100 | 0 | 100111 | 101111 | 10011100 | 1100100 | 11010 |
Color Harmonies of #008752
Complementary color
Monochromatic Colors of #008752
Black with #008752
Text Example
Text Example
White with #008752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008752; }
p { color: rgb(0,135,82); }
H1.HeaderClassName
{
color: #008752;
}
.AnyTagClassName
{
color: #008752;
}
</style>
background-color css
<style>
a { background-color: #008752; }
a { background-color: rgb(0,135,82); }
div.DivClassName
{
background-color: #008752;
}
.BgClassName
{
background-color: #008752;
}
</style>
border-color css
<style>
span { border-color: #008752; }
span { border-color: rgb(0,135,82); }
td.TdClassName
{
border-color: #008752;
}
.TagClassName
{
border-color: #008752;
}
</style>