Shades of Watercourse #08674A
Tints of Watercourse #08674A
RGB
CMYK
RGB Variations
Color information
#08674A (or 0x08674A) is known color: Watercourse. HEX triplet: 08, 67 and 4A. RGB value is (8,103,74). Sum of RGB (Red+Green+Blue) = 8+103+74=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 103 (40.62% from 255 or 55.68% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 103 - color contains mainly: green. Hex color #08674A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08674A is #F798B5. Grayscale: #474747. Windows color (decimal): -16226486 or 4876040. OLE color: 4876040.
HSL color Cylindrical-coordinate representation of color #08674A: hue angle of 161.68º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08674A is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 103 | 74 | - |
| CMYK | 0.92 | 0 | 0.28 | 0.60 |
| HSL | 161.68º | 0.86% | 0.22% | - |
| HSV(B) | 161.68º | 0.92% | 0.4% | - |
| XYZ | 6.19 | 10.25 | 8.13 | - |
| YUV | 71.29 | 129.53 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 103 | 74 | 0.92 | 0 | 0.28 | 0.60 | 161.68 | 0.86 | 0.22 |
| Hex | 8 | 67 | 4A | 5C | 0 | 1C | 3C | A2 | 56 | 16 |
| Octal | 10 | 147 | 112 | 134 | 0 | 34 | 74 | 242 | 126 | 26 |
| Binary | 1000 | 1100111 | 1001010 | 1011100 | 0 | 11100 | 111100 | 10100010 | 1010110 | 10110 |
Color Harmonies of #08674A
Complementary color
Monochromatic Colors of #08674A
Black with #08674A
Text Example
Text Example
White with #08674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08674A; }
p { color: rgb(8,103,74); }
H1.HeaderClassName
{
color: #08674A;
}
.AnyTagClassName
{
color: #08674A;
}
</style>
background-color css
<style>
a { background-color: #08674A; }
a { background-color: rgb(8,103,74); }
div.DivClassName
{
background-color: #08674A;
}
.BgClassName
{
background-color: #08674A;
}
</style>
border-color css
<style>
span { border-color: #08674A; }
span { border-color: rgb(8,103,74); }
td.TdClassName
{
border-color: #08674A;
}
.TagClassName
{
border-color: #08674A;
}
</style>