Shades of Watercourse #006F4B
Tints of Watercourse #006F4B
RGB
CMYK
RGB Variations
Color information
#006F4B (or 0x006F4B) is known color: Watercourse. HEX triplet: 00, 6F and 4B. RGB value is (0,111,75). Sum of RGB (Red+Green+Blue) = 0+111+75=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 111 (43.75% from 255 or 59.68% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 111 - color contains mainly: green. Hex color #006F4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006F4B is #FF90B4. Grayscale: #494949. Windows color (decimal): -16748725 or 4943616. OLE color: 4943616.
HSL color Cylindrical-coordinate representation of color #006F4B: hue angle of 160.54º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F4B is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 111 | 75 | - |
| CMYK | 1 | 0 | 0.32 | 0.56 |
| HSL | 160.54º | 1% | 0.22% | - |
| HSV(B) | 160.54º | 1% | 0.44% | - |
| XYZ | 6.95 | 11.88 | 8.58 | - |
| YUV | 73.71 | 128.73 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 75 | 1 | 0 | 0.32 | 0.56 | 160.54 | 1 | 0.22 |
| Hex | 0 | 6F | 4B | 64 | 0 | 20 | 38 | A1 | 64 | 16 |
| Octal | 0 | 157 | 113 | 144 | 0 | 40 | 70 | 241 | 144 | 26 |
| Binary | 0 | 1101111 | 1001011 | 1100100 | 0 | 100000 | 111000 | 10100001 | 1100100 | 10110 |
Color Harmonies of #006F4B
Complementary color
Monochromatic Colors of #006F4B
Black with #006F4B
Text Example
Text Example
White with #006F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006F4B; }
p { color: rgb(0,111,75); }
H1.HeaderClassName
{
color: #006F4B;
}
.AnyTagClassName
{
color: #006F4B;
}
</style>
background-color css
<style>
a { background-color: #006F4B; }
a { background-color: rgb(0,111,75); }
div.DivClassName
{
background-color: #006F4B;
}
.BgClassName
{
background-color: #006F4B;
}
</style>
border-color css
<style>
span { border-color: #006F4B; }
span { border-color: rgb(0,111,75); }
td.TdClassName
{
border-color: #006F4B;
}
.TagClassName
{
border-color: #006F4B;
}
</style>