Shades of Watercourse #00693E
Tints of Watercourse #00693E
RGB
CMYK
RGB Variations
Color information
#00693E (or 0x00693E) is known color: Watercourse. HEX triplet: 00, 69 and 3E. RGB value is (0,105,62). Sum of RGB (Red+Green+Blue) = 0+105+62=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 105 (41.41% from 255 or 62.87% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 105 - color contains mainly: green. Hex color #00693E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00693E is #FF96C1. Grayscale: #444444. Windows color (decimal): -16750274 or 4090112. OLE color: 4090112.
HSL color Cylindrical-coordinate representation of color #00693E: hue angle of 155.43º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00693E is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 105 | 62 | - |
| CMYK | 1 | 0 | 0.41 | 0.59 |
| HSL | 155.43º | 1% | 0.21% | - |
| HSV(B) | 155.43º | 1% | 0.41% | - |
| XYZ | 5.92 | 10.45 | 6.26 | - |
| YUV | 68.7 | 124.21 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 62 | 1 | 0 | 0.41 | 0.59 | 155.43 | 1 | 0.21 |
| Hex | 0 | 69 | 3E | 64 | 0 | 29 | 3B | 9B | 64 | 15 |
| Octal | 0 | 151 | 76 | 144 | 0 | 51 | 73 | 233 | 144 | 25 |
| Binary | 0 | 1101001 | 111110 | 1100100 | 0 | 101001 | 111011 | 10011011 | 1100100 | 10101 |
Color Harmonies of #00693E
Complementary color
Monochromatic Colors of #00693E
Black with #00693E
Text Example
Text Example
White with #00693E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00693E; }
p { color: rgb(0,105,62); }
H1.HeaderClassName
{
color: #00693E;
}
.AnyTagClassName
{
color: #00693E;
}
</style>
background-color css
<style>
a { background-color: #00693E; }
a { background-color: rgb(0,105,62); }
div.DivClassName
{
background-color: #00693E;
}
.BgClassName
{
background-color: #00693E;
}
</style>
border-color css
<style>
span { border-color: #00693E; }
span { border-color: rgb(0,105,62); }
td.TdClassName
{
border-color: #00693E;
}
.TagClassName
{
border-color: #00693E;
}
</style>