Shades of Watercourse #0C624B
Tints of Watercourse #0C624B
RGB
CMYK
RGB Variations
Color information
#0C624B (or 0x0C624B) is known color: Watercourse. HEX triplet: 0C, 62 and 4B. RGB value is (12,98,75). Sum of RGB (Red+Green+Blue) = 12+98+75=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #0C624B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C624B is #F39DB4. Grayscale: #454545. Windows color (decimal): -15965621 or 4940300. OLE color: 4940300.
HSL color Cylindrical-coordinate representation of color #0C624B: hue angle of 163.95º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C624B is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 98 | 75 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.62 |
| HSL | 163.95º | 0.78% | 0.22% | - |
| HSV(B) | 163.95º | 0.88% | 0.38% | - |
| XYZ | 5.79 | 9.32 | 8.15 | - |
| YUV | 69.66 | 131.01 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 98 | 75 | 0.88 | 0 | 0.23 | 0.62 | 163.95 | 0.78 | 0.22 |
| Hex | C | 62 | 4B | 58 | 0 | 17 | 3E | A4 | 4E | 16 |
| Octal | 14 | 142 | 113 | 130 | 0 | 27 | 76 | 244 | 116 | 26 |
| Binary | 1100 | 1100010 | 1001011 | 1011000 | 0 | 10111 | 111110 | 10100100 | 1001110 | 10110 |
Color Harmonies of #0C624B
Complementary color
Monochromatic Colors of #0C624B
Black with #0C624B
Text Example
Text Example
White with #0C624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C624B; }
p { color: rgb(12,98,75); }
H1.HeaderClassName
{
color: #0C624B;
}
.AnyTagClassName
{
color: #0C624B;
}
</style>
background-color css
<style>
a { background-color: #0C624B; }
a { background-color: rgb(12,98,75); }
div.DivClassName
{
background-color: #0C624B;
}
.BgClassName
{
background-color: #0C624B;
}
</style>
border-color css
<style>
span { border-color: #0C624B; }
span { border-color: rgb(12,98,75); }
td.TdClassName
{
border-color: #0C624B;
}
.TagClassName
{
border-color: #0C624B;
}
</style>