Shades of Watercourse #08654B
Tints of Watercourse #08654B
RGB
CMYK
RGB Variations
Color information
#08654B (or 0x08654B) is known color: Watercourse. HEX triplet: 08, 65 and 4B. RGB value is (8,101,75). Sum of RGB (Red+Green+Blue) = 8+101+75=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 101 (39.84% from 255 or 54.89% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 101 - color contains mainly: green. Hex color #08654B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08654B is #F79AB4. Grayscale: #464646. Windows color (decimal): -16226997 or 4941064. OLE color: 4941064.
HSL color Cylindrical-coordinate representation of color #08654B: hue angle of 163.23º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08654B is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 101 | 75 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.60 |
| HSL | 163.23º | 0.85% | 0.21% | - |
| HSV(B) | 163.23º | 0.92% | 0.4% | - |
| XYZ | 6.02 | 9.87 | 8.24 | - |
| YUV | 70.23 | 130.69 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 75 | 0.92 | 0 | 0.26 | 0.60 | 163.23 | 0.85 | 0.21 |
| Hex | 8 | 65 | 4B | 5C | 0 | 1A | 3C | A3 | 55 | 15 |
| Octal | 10 | 145 | 113 | 134 | 0 | 32 | 74 | 243 | 125 | 25 |
| Binary | 1000 | 1100101 | 1001011 | 1011100 | 0 | 11010 | 111100 | 10100011 | 1010101 | 10101 |
Color Harmonies of #08654B
Complementary color
Monochromatic Colors of #08654B
Black with #08654B
Text Example
Text Example
White with #08654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08654B; }
p { color: rgb(8,101,75); }
H1.HeaderClassName
{
color: #08654B;
}
.AnyTagClassName
{
color: #08654B;
}
</style>
background-color css
<style>
a { background-color: #08654B; }
a { background-color: rgb(8,101,75); }
div.DivClassName
{
background-color: #08654B;
}
.BgClassName
{
background-color: #08654B;
}
</style>
border-color css
<style>
span { border-color: #08654B; }
span { border-color: rgb(8,101,75); }
td.TdClassName
{
border-color: #08654B;
}
.TagClassName
{
border-color: #08654B;
}
</style>