Shades of Watercourse #06724A
Tints of Watercourse #06724A
RGB
CMYK
RGB Variations
Color information
#06724A (or 0x06724A) is known color: Watercourse. HEX triplet: 06, 72 and 4A. RGB value is (6,114,74). Sum of RGB (Red+Green+Blue) = 6+114+74=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 114 (44.92% from 255 or 58.76% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 114 - color contains mainly: green. Hex color #06724A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06724A is #F98DB5. Grayscale: #4D4D4D. Windows color (decimal): -16354742 or 4878854. OLE color: 4878854.
HSL color Cylindrical-coordinate representation of color #06724A: hue angle of 157.78º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06724A is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 114 | 74 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.55 |
| HSL | 157.78º | 0.9% | 0.24% | - |
| HSV(B) | 157.78º | 0.95% | 0.45% | - |
| XYZ | 7.33 | 12.57 | 8.52 | - |
| YUV | 77.15 | 126.22 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 114 | 74 | 0.95 | 0 | 0.35 | 0.55 | 157.78 | 0.9 | 0.24 |
| Hex | 6 | 72 | 4A | 5F | 0 | 23 | 37 | 9E | 5A | 18 |
| Octal | 6 | 162 | 112 | 137 | 0 | 43 | 67 | 236 | 132 | 30 |
| Binary | 110 | 1110010 | 1001010 | 1011111 | 0 | 100011 | 110111 | 10011110 | 1011010 | 11000 |
Color Harmonies of #06724A
Complementary color
Monochromatic Colors of #06724A
Black with #06724A
Text Example
Text Example
White with #06724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06724A; }
p { color: rgb(6,114,74); }
H1.HeaderClassName
{
color: #06724A;
}
.AnyTagClassName
{
color: #06724A;
}
</style>
background-color css
<style>
a { background-color: #06724A; }
a { background-color: rgb(6,114,74); }
div.DivClassName
{
background-color: #06724A;
}
.BgClassName
{
background-color: #06724A;
}
</style>
border-color css
<style>
span { border-color: #06724A; }
span { border-color: rgb(6,114,74); }
td.TdClassName
{
border-color: #06724A;
}
.TagClassName
{
border-color: #06724A;
}
</style>