Shades of Watercourse #08724A
Tints of Watercourse #08724A
RGB
CMYK
RGB Variations
Color information
#08724A (or 0x08724A) is known color: Watercourse. HEX triplet: 08, 72 and 4A. RGB value is (8,114,74). Sum of RGB (Red+Green+Blue) = 8+114+74=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 114 (44.92% from 255 or 58.16% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 114 - color contains mainly: green. Hex color #08724A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08724A is #F78DB5. Grayscale: #4D4D4D. Windows color (decimal): -16223670 or 4878856. OLE color: 4878856.
HSL color Cylindrical-coordinate representation of color #08724A: hue angle of 157.36º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08724A is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 114 | 74 | - |
| CMYK | 0.93 | 0 | 0.35 | 0.55 |
| HSL | 157.36º | 0.87% | 0.24% | - |
| HSV(B) | 157.36º | 0.93% | 0.45% | - |
| XYZ | 7.35 | 12.58 | 8.52 | - |
| YUV | 77.75 | 125.88 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 114 | 74 | 0.93 | 0 | 0.35 | 0.55 | 157.36 | 0.87 | 0.24 |
| Hex | 8 | 72 | 4A | 5D | 0 | 23 | 37 | 9D | 57 | 18 |
| Octal | 10 | 162 | 112 | 135 | 0 | 43 | 67 | 235 | 127 | 30 |
| Binary | 1000 | 1110010 | 1001010 | 1011101 | 0 | 100011 | 110111 | 10011101 | 1010111 | 11000 |
Color Harmonies of #08724A
Complementary color
Monochromatic Colors of #08724A
Black with #08724A
Text Example
Text Example
White with #08724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08724A; }
p { color: rgb(8,114,74); }
H1.HeaderClassName
{
color: #08724A;
}
.AnyTagClassName
{
color: #08724A;
}
</style>
background-color css
<style>
a { background-color: #08724A; }
a { background-color: rgb(8,114,74); }
div.DivClassName
{
background-color: #08724A;
}
.BgClassName
{
background-color: #08724A;
}
</style>
border-color css
<style>
span { border-color: #08724A; }
span { border-color: rgb(8,114,74); }
td.TdClassName
{
border-color: #08724A;
}
.TagClassName
{
border-color: #08724A;
}
</style>