Shades of Watercourse #076B4C
Tints of Watercourse #076B4C
RGB
CMYK
RGB Variations
Color information
#076B4C (or 0x076B4C) is known color: Watercourse. HEX triplet: 07, 6B and 4C. RGB value is (7,107,76). Sum of RGB (Red+Green+Blue) = 7+107+76=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 107 (42.19% from 255 or 56.32% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 107 - color contains mainly: green. Hex color #076B4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076B4C is #F894B3. Grayscale: #494949. Windows color (decimal): -16290996 or 5008135. OLE color: 5008135.
HSL color Cylindrical-coordinate representation of color #076B4C: hue angle of 161.4º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076B4C is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 107 | 76 | - |
| CMYK | 0.93 | 0 | 0.29 | 0.58 |
| HSL | 161.4º | 0.88% | 0.22% | - |
| HSV(B) | 161.4º | 0.93% | 0.42% | - |
| XYZ | 6.65 | 11.08 | 8.63 | - |
| YUV | 73.57 | 129.37 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 76 | 0.93 | 0 | 0.29 | 0.58 | 161.4 | 0.88 | 0.22 |
| Hex | 7 | 6B | 4C | 5D | 0 | 1D | 3A | A1 | 58 | 16 |
| Octal | 7 | 153 | 114 | 135 | 0 | 35 | 72 | 241 | 130 | 26 |
| Binary | 111 | 1101011 | 1001100 | 1011101 | 0 | 11101 | 111010 | 10100001 | 1011000 | 10110 |
Color Harmonies of #076B4C
Complementary color
Monochromatic Colors of #076B4C
Black with #076B4C
Text Example
Text Example
White with #076B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076B4C; }
p { color: rgb(7,107,76); }
H1.HeaderClassName
{
color: #076B4C;
}
.AnyTagClassName
{
color: #076B4C;
}
</style>
background-color css
<style>
a { background-color: #076B4C; }
a { background-color: rgb(7,107,76); }
div.DivClassName
{
background-color: #076B4C;
}
.BgClassName
{
background-color: #076B4C;
}
</style>
border-color css
<style>
span { border-color: #076B4C; }
span { border-color: rgb(7,107,76); }
td.TdClassName
{
border-color: #076B4C;
}
.TagClassName
{
border-color: #076B4C;
}
</style>