Shades of Watercourse #00663E
Tints of Watercourse #00663E
RGB
CMYK
RGB Variations
Color information
#00663E (or 0x00663E) is known color: Watercourse. HEX triplet: 00, 66 and 3E. RGB value is (0,102,62). Sum of RGB (Red+Green+Blue) = 0+102+62=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 102 (40.23% from 255 or 62.20% from 164); Blue value is 62 (24.61% from 255 or 37.80% from 164); Max value from RGB is 102 - color contains mainly: green. Hex color #00663E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00663E is #FF99C1. Grayscale: #434343. Windows color (decimal): -16751042 or 4089344. OLE color: 4089344.
HSL color Cylindrical-coordinate representation of color #00663E: hue angle of 156.47º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00663E is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 102 | 62 | - |
| CMYK | 1 | 0 | 0.39 | 0.6 |
| HSL | 156.47º | 1% | 0.2% | - |
| HSV(B) | 156.47º | 1% | 0.4% | - |
| XYZ | 5.62 | 9.85 | 6.16 | - |
| YUV | 66.94 | 125.21 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 62 | 1 | 0 | 0.39 | 0.6 | 156.47 | 1 | 0.2 |
| Hex | 0 | 66 | 3E | 64 | 0 | 27 | 3C | 9C | 64 | 14 |
| Octal | 0 | 146 | 76 | 144 | 0 | 47 | 74 | 234 | 144 | 24 |
| Binary | 0 | 1100110 | 111110 | 1100100 | 0 | 100111 | 111100 | 10011100 | 1100100 | 10100 |
Color Harmonies of #00663E
Complementary color
Monochromatic Colors of #00663E
Black with #00663E
Text Example
Text Example
White with #00663E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00663E; }
p { color: rgb(0,102,62); }
H1.HeaderClassName
{
color: #00663E;
}
.AnyTagClassName
{
color: #00663E;
}
</style>
background-color css
<style>
a { background-color: #00663E; }
a { background-color: rgb(0,102,62); }
div.DivClassName
{
background-color: #00663E;
}
.BgClassName
{
background-color: #00663E;
}
</style>
border-color css
<style>
span { border-color: #00663E; }
span { border-color: rgb(0,102,62); }
td.TdClassName
{
border-color: #00663E;
}
.TagClassName
{
border-color: #00663E;
}
</style>