Shades of Watercourse #0A6C4E
Tints of Watercourse #0A6C4E
RGB
CMYK
RGB Variations
Color information
#0A6C4E (or 0x0A6C4E) is known color: Watercourse. HEX triplet: 0A, 6C and 4E. RGB value is (10,108,78). Sum of RGB (Red+Green+Blue) = 10+108+78=196 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.10% from 196); Green value is 108 (42.58% from 255 or 55.10% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 108 - color contains mainly: green. Hex color #0A6C4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6C4E is #F593B1. Grayscale: #4B4B4B. Windows color (decimal): -16094130 or 5139466. OLE color: 5139466.
HSL color Cylindrical-coordinate representation of color #0A6C4E: hue angle of 161.63º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6C4E is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 108 | 78 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.58 |
| HSL | 161.63º | 0.83% | 0.23% | - |
| HSV(B) | 161.63º | 0.91% | 0.42% | - |
| XYZ | 6.86 | 11.34 | 9.03 | - |
| YUV | 75.28 | 129.53 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 108 | 78 | 0.91 | 0 | 0.28 | 0.58 | 161.63 | 0.83 | 0.23 |
| Hex | A | 6C | 4E | 5B | 0 | 1C | 3A | A2 | 53 | 17 |
| Octal | 12 | 154 | 116 | 133 | 0 | 34 | 72 | 242 | 123 | 27 |
| Binary | 1010 | 1101100 | 1001110 | 1011011 | 0 | 11100 | 111010 | 10100010 | 1010011 | 10111 |
Color Harmonies of #0A6C4E
Complementary color
Monochromatic Colors of #0A6C4E
Black with #0A6C4E
Text Example
Text Example
White with #0A6C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6C4E; }
p { color: rgb(10,108,78); }
H1.HeaderClassName
{
color: #0A6C4E;
}
.AnyTagClassName
{
color: #0A6C4E;
}
</style>
background-color css
<style>
a { background-color: #0A6C4E; }
a { background-color: rgb(10,108,78); }
div.DivClassName
{
background-color: #0A6C4E;
}
.BgClassName
{
background-color: #0A6C4E;
}
</style>
border-color css
<style>
span { border-color: #0A6C4E; }
span { border-color: rgb(10,108,78); }
td.TdClassName
{
border-color: #0A6C4E;
}
.TagClassName
{
border-color: #0A6C4E;
}
</style>