Shades of Watercourse #007E4B
Tints of Watercourse #007E4B
RGB
CMYK
RGB Variations
Color information
#007E4B (or 0x007E4B) is known color: Watercourse. HEX triplet: 00, 7E and 4B. RGB value is (0,126,75). Sum of RGB (Red+Green+Blue) = 0+126+75=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 126 (49.61% from 255 or 62.69% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 126 - color contains mainly: green. Hex color #007E4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007E4B is #FF81B4. Grayscale: #525252. Windows color (decimal): -16744885 or 4947456. OLE color: 4947456.
HSL color Cylindrical-coordinate representation of color #007E4B: hue angle of 155.71º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007E4B is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 126 | 75 | - |
| CMYK | 1 | 0 | 0.40 | 0.51 |
| HSL | 155.71º | 1% | 0.25% | - |
| HSV(B) | 155.71º | 1% | 0.49% | - |
| XYZ | 8.73 | 15.43 | 9.17 | - |
| YUV | 82.51 | 123.76 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 75 | 1 | 0 | 0.40 | 0.51 | 155.71 | 1 | 0.25 |
| Hex | 0 | 7E | 4B | 64 | 0 | 28 | 33 | 9C | 64 | 19 |
| Octal | 0 | 176 | 113 | 144 | 0 | 50 | 63 | 234 | 144 | 31 |
| Binary | 0 | 1111110 | 1001011 | 1100100 | 0 | 101000 | 110011 | 10011100 | 1100100 | 11001 |
Color Harmonies of #007E4B
Complementary color
Monochromatic Colors of #007E4B
Black with #007E4B
Text Example
Text Example
White with #007E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007E4B; }
p { color: rgb(0,126,75); }
H1.HeaderClassName
{
color: #007E4B;
}
.AnyTagClassName
{
color: #007E4B;
}
</style>
background-color css
<style>
a { background-color: #007E4B; }
a { background-color: rgb(0,126,75); }
div.DivClassName
{
background-color: #007E4B;
}
.BgClassName
{
background-color: #007E4B;
}
</style>
border-color css
<style>
span { border-color: #007E4B; }
span { border-color: rgb(0,126,75); }
td.TdClassName
{
border-color: #007E4B;
}
.TagClassName
{
border-color: #007E4B;
}
</style>