Shades of Watercourse #07644A
Tints of Watercourse #07644A
RGB
CMYK
RGB Variations
Color information
#07644A (or 0x07644A) is known color: Watercourse. HEX triplet: 07, 64 and 4A. RGB value is (7,100,74). Sum of RGB (Red+Green+Blue) = 7+100+74=181 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.87% from 181); Green value is 100 (39.45% from 255 or 55.25% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 100 - color contains mainly: green. Hex color #07644A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07644A is #F89BB5. Grayscale: #454545. Windows color (decimal): -16292790 or 4875271. OLE color: 4875271.
HSL color Cylindrical-coordinate representation of color #07644A: hue angle of 163.23º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07644A is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 100 | 74 | - |
| CMYK | 0.93 | 0 | 0.26 | 0.61 |
| HSL | 163.23º | 0.87% | 0.21% | - |
| HSV(B) | 163.23º | 0.93% | 0.39% | - |
| XYZ | 5.88 | 9.65 | 8.03 | - |
| YUV | 69.23 | 130.69 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 74 | 0.93 | 0 | 0.26 | 0.61 | 163.23 | 0.87 | 0.21 |
| Hex | 7 | 64 | 4A | 5D | 0 | 1A | 3D | A3 | 57 | 15 |
| Octal | 7 | 144 | 112 | 135 | 0 | 32 | 75 | 243 | 127 | 25 |
| Binary | 111 | 1100100 | 1001010 | 1011101 | 0 | 11010 | 111101 | 10100011 | 1010111 | 10101 |
Color Harmonies of #07644A
Complementary color
Monochromatic Colors of #07644A
Black with #07644A
Text Example
Text Example
White with #07644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07644A; }
p { color: rgb(7,100,74); }
H1.HeaderClassName
{
color: #07644A;
}
.AnyTagClassName
{
color: #07644A;
}
</style>
background-color css
<style>
a { background-color: #07644A; }
a { background-color: rgb(7,100,74); }
div.DivClassName
{
background-color: #07644A;
}
.BgClassName
{
background-color: #07644A;
}
</style>
border-color css
<style>
span { border-color: #07644A; }
span { border-color: rgb(7,100,74); }
td.TdClassName
{
border-color: #07644A;
}
.TagClassName
{
border-color: #07644A;
}
</style>