Shades of Watercourse #0A6D4B
Tints of Watercourse #0A6D4B
RGB
CMYK
RGB Variations
Color information
#0A6D4B (or 0x0A6D4B) is known color: Watercourse. HEX triplet: 0A, 6D and 4B. RGB value is (10,109,75). Sum of RGB (Red+Green+Blue) = 10+109+75=194 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.15% from 194); Green value is 109 (42.97% from 255 or 56.19% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 109 - color contains mainly: green. Hex color #0A6D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6D4B is #F592B4. Grayscale: #4B4B4B. Windows color (decimal): -16093877 or 4943114. OLE color: 4943114.
HSL color Cylindrical-coordinate representation of color #0A6D4B: hue angle of 159.39º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6D4B is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 109 | 75 | - |
| CMYK | 0.91 | 0 | 0.31 | 0.57 |
| HSL | 159.39º | 0.83% | 0.23% | - |
| HSV(B) | 159.39º | 0.91% | 0.43% | - |
| XYZ | 6.86 | 11.51 | 8.52 | - |
| YUV | 75.52 | 127.7 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 109 | 75 | 0.91 | 0 | 0.31 | 0.57 | 159.39 | 0.83 | 0.23 |
| Hex | A | 6D | 4B | 5B | 0 | 1F | 39 | 9F | 53 | 17 |
| Octal | 12 | 155 | 113 | 133 | 0 | 37 | 71 | 237 | 123 | 27 |
| Binary | 1010 | 1101101 | 1001011 | 1011011 | 0 | 11111 | 111001 | 10011111 | 1010011 | 10111 |
Color Harmonies of #0A6D4B
Complementary color
Monochromatic Colors of #0A6D4B
Black with #0A6D4B
Text Example
Text Example
White with #0A6D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6D4B; }
p { color: rgb(10,109,75); }
H1.HeaderClassName
{
color: #0A6D4B;
}
.AnyTagClassName
{
color: #0A6D4B;
}
</style>
background-color css
<style>
a { background-color: #0A6D4B; }
a { background-color: rgb(10,109,75); }
div.DivClassName
{
background-color: #0A6D4B;
}
.BgClassName
{
background-color: #0A6D4B;
}
</style>
border-color css
<style>
span { border-color: #0A6D4B; }
span { border-color: rgb(10,109,75); }
td.TdClassName
{
border-color: #0A6D4B;
}
.TagClassName
{
border-color: #0A6D4B;
}
</style>