Shades of Watercourse #076250
Tints of Watercourse #076250
RGB
CMYK
RGB Variations
Color information
#076250 (or 0x076250) is known color: Watercourse. HEX triplet: 07, 62 and 50. RGB value is (7,98,80). Sum of RGB (Red+Green+Blue) = 7+98+80=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #076250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076250 is #F89DAF. Grayscale: #444444. Windows color (decimal): -16293296 or 5267975. OLE color: 5267975.
HSL color Cylindrical-coordinate representation of color #076250: hue angle of 168.13º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076250 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 98 | 80 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.62 |
| HSL | 168.13º | 0.87% | 0.21% | - |
| HSV(B) | 168.13º | 0.93% | 0.38% | - |
| XYZ | 5.9 | 9.36 | 9.08 | - |
| YUV | 68.74 | 134.35 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 98 | 80 | 0.93 | 0 | 0.18 | 0.62 | 168.13 | 0.87 | 0.21 |
| Hex | 7 | 62 | 50 | 5D | 0 | 12 | 3E | A8 | 57 | 15 |
| Octal | 7 | 142 | 120 | 135 | 0 | 22 | 76 | 250 | 127 | 25 |
| Binary | 111 | 1100010 | 1010000 | 1011101 | 0 | 10010 | 111110 | 10101000 | 1010111 | 10101 |
Color Harmonies of #076250
Complementary color
Monochromatic Colors of #076250
Black with #076250
Text Example
Text Example
White with #076250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076250; }
p { color: rgb(7,98,80); }
H1.HeaderClassName
{
color: #076250;
}
.AnyTagClassName
{
color: #076250;
}
</style>
background-color css
<style>
a { background-color: #076250; }
a { background-color: rgb(7,98,80); }
div.DivClassName
{
background-color: #076250;
}
.BgClassName
{
background-color: #076250;
}
</style>
border-color css
<style>
span { border-color: #076250; }
span { border-color: rgb(7,98,80); }
td.TdClassName
{
border-color: #076250;
}
.TagClassName
{
border-color: #076250;
}
</style>