Shades of Watercourse #08764C
Tints of Watercourse #08764C
RGB
CMYK
RGB Variations
Color information
#08764C (or 0x08764C) is known color: Watercourse. HEX triplet: 08, 76 and 4C. RGB value is (8,118,76). Sum of RGB (Red+Green+Blue) = 8+118+76=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 118 (46.48% from 255 or 58.42% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 118 - color contains mainly: green. Hex color #08764C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08764C is #F789B3. Grayscale: #505050. Windows color (decimal): -16222644 or 5010952. OLE color: 5010952.
HSL color Cylindrical-coordinate representation of color #08764C: hue angle of 157.09º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08764C is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 118 | 76 | - |
| CMYK | 0.93 | 0 | 0.36 | 0.54 |
| HSL | 157.09º | 0.87% | 0.25% | - |
| HSV(B) | 157.09º | 0.93% | 0.46% | - |
| XYZ | 7.88 | 13.53 | 9.03 | - |
| YUV | 80.32 | 125.56 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 118 | 76 | 0.93 | 0 | 0.36 | 0.54 | 157.09 | 0.87 | 0.25 |
| Hex | 8 | 76 | 4C | 5D | 0 | 24 | 36 | 9D | 57 | 19 |
| Octal | 10 | 166 | 114 | 135 | 0 | 44 | 66 | 235 | 127 | 31 |
| Binary | 1000 | 1110110 | 1001100 | 1011101 | 0 | 100100 | 110110 | 10011101 | 1010111 | 11001 |
Color Harmonies of #08764C
Complementary color
Monochromatic Colors of #08764C
Black with #08764C
Text Example
Text Example
White with #08764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08764C; }
p { color: rgb(8,118,76); }
H1.HeaderClassName
{
color: #08764C;
}
.AnyTagClassName
{
color: #08764C;
}
</style>
background-color css
<style>
a { background-color: #08764C; }
a { background-color: rgb(8,118,76); }
div.DivClassName
{
background-color: #08764C;
}
.BgClassName
{
background-color: #08764C;
}
</style>
border-color css
<style>
span { border-color: #08764C; }
span { border-color: rgb(8,118,76); }
td.TdClassName
{
border-color: #08764C;
}
.TagClassName
{
border-color: #08764C;
}
</style>