Shades of Watercourse #00754A
Tints of Watercourse #00754A
RGB
CMYK
RGB Variations
Color information
#00754A (or 0x00754A) is known color: Watercourse. HEX triplet: 00, 75 and 4A. RGB value is (0,117,74). Sum of RGB (Red+Green+Blue) = 0+117+74=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 117 (46.09% from 255 or 61.26% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 117 - color contains mainly: green. Hex color #00754A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00754A is #FF8AB5. Grayscale: #4D4D4D. Windows color (decimal): -16747190 or 4879616. OLE color: 4879616.
HSL color Cylindrical-coordinate representation of color #00754A: hue angle of 157.95º 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 #00754A is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 117 | 74 | - |
| CMYK | 1 | 0 | 0.37 | 0.54 |
| HSL | 157.95º | 1% | 0.23% | - |
| HSV(B) | 157.95º | 1% | 0.46% | - |
| XYZ | 7.6 | 13.22 | 8.63 | - |
| YUV | 77.12 | 126.24 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 74 | 1 | 0 | 0.37 | 0.54 | 157.95 | 1 | 0.23 |
| Hex | 0 | 75 | 4A | 64 | 0 | 25 | 36 | 9E | 64 | 17 |
| Octal | 0 | 165 | 112 | 144 | 0 | 45 | 66 | 236 | 144 | 27 |
| Binary | 0 | 1110101 | 1001010 | 1100100 | 0 | 100101 | 110110 | 10011110 | 1100100 | 10111 |
Color Harmonies of #00754A
Complementary color
Monochromatic Colors of #00754A
Black with #00754A
Text Example
Text Example
White with #00754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00754A; }
p { color: rgb(0,117,74); }
H1.HeaderClassName
{
color: #00754A;
}
.AnyTagClassName
{
color: #00754A;
}
</style>
background-color css
<style>
a { background-color: #00754A; }
a { background-color: rgb(0,117,74); }
div.DivClassName
{
background-color: #00754A;
}
.BgClassName
{
background-color: #00754A;
}
</style>
border-color css
<style>
span { border-color: #00754A; }
span { border-color: rgb(0,117,74); }
td.TdClassName
{
border-color: #00754A;
}
.TagClassName
{
border-color: #00754A;
}
</style>