Shades of Watercourse #07674F
Tints of Watercourse #07674F
RGB
CMYK
RGB Variations
Color information
#07674F (or 0x07674F) is known color: Watercourse. HEX triplet: 07, 67 and 4F. RGB value is (7,103,79). Sum of RGB (Red+Green+Blue) = 7+103+79=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 103 (40.62% from 255 or 54.50% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 103 - color contains mainly: green. Hex color #07674F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07674F is #F898B0. Grayscale: #474747. Windows color (decimal): -16292017 or 5203719. OLE color: 5203719.
HSL color Cylindrical-coordinate representation of color #07674F: hue angle of 165º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07674F is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 103 | 79 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.60 |
| HSL | 165º | 0.87% | 0.22% | - |
| HSV(B) | 165º | 0.93% | 0.4% | - |
| XYZ | 6.35 | 10.31 | 9.05 | - |
| YUV | 71.56 | 132.2 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 103 | 79 | 0.93 | 0 | 0.23 | 0.60 | 165 | 0.87 | 0.22 |
| Hex | 7 | 67 | 4F | 5D | 0 | 17 | 3C | A5 | 57 | 16 |
| Octal | 7 | 147 | 117 | 135 | 0 | 27 | 74 | 245 | 127 | 26 |
| Binary | 111 | 1100111 | 1001111 | 1011101 | 0 | 10111 | 111100 | 10100101 | 1010111 | 10110 |
Color Harmonies of #07674F
Complementary color
Monochromatic Colors of #07674F
Black with #07674F
Text Example
Text Example
White with #07674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07674F; }
p { color: rgb(7,103,79); }
H1.HeaderClassName
{
color: #07674F;
}
.AnyTagClassName
{
color: #07674F;
}
</style>
background-color css
<style>
a { background-color: #07674F; }
a { background-color: rgb(7,103,79); }
div.DivClassName
{
background-color: #07674F;
}
.BgClassName
{
background-color: #07674F;
}
</style>
border-color css
<style>
span { border-color: #07674F; }
span { border-color: rgb(7,103,79); }
td.TdClassName
{
border-color: #07674F;
}
.TagClassName
{
border-color: #07674F;
}
</style>