Shades of Watercourse #0A754C
Tints of Watercourse #0A754C
RGB
CMYK
RGB Variations
Color information
#0A754C (or 0x0A754C) is known color: Watercourse. HEX triplet: 0A, 75 and 4C. RGB value is (10,117,76). Sum of RGB (Red+Green+Blue) = 10+117+76=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 117 (46.09% from 255 or 57.64% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 117 - color contains mainly: green. Hex color #0A754C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A754C is #F58AB3. Grayscale: #505050. Windows color (decimal): -16091828 or 5010698. OLE color: 5010698.
HSL color Cylindrical-coordinate representation of color #0A754C: hue angle of 157.01º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A754C is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 117 | 76 | - |
| CMYK | 0.91 | 0 | 0.35 | 0.54 |
| HSL | 157.01º | 0.84% | 0.25% | - |
| HSV(B) | 157.01º | 0.91% | 0.46% | - |
| XYZ | 7.79 | 13.31 | 9 | - |
| YUV | 80.33 | 125.55 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 117 | 76 | 0.91 | 0 | 0.35 | 0.54 | 157.01 | 0.84 | 0.25 |
| Hex | A | 75 | 4C | 5B | 0 | 23 | 36 | 9D | 54 | 19 |
| Octal | 12 | 165 | 114 | 133 | 0 | 43 | 66 | 235 | 124 | 31 |
| Binary | 1010 | 1110101 | 1001100 | 1011011 | 0 | 100011 | 110110 | 10011101 | 1010100 | 11001 |
Color Harmonies of #0A754C
Complementary color
Monochromatic Colors of #0A754C
Black with #0A754C
Text Example
Text Example
White with #0A754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A754C; }
p { color: rgb(10,117,76); }
H1.HeaderClassName
{
color: #0A754C;
}
.AnyTagClassName
{
color: #0A754C;
}
</style>
background-color css
<style>
a { background-color: #0A754C; }
a { background-color: rgb(10,117,76); }
div.DivClassName
{
background-color: #0A754C;
}
.BgClassName
{
background-color: #0A754C;
}
</style>
border-color css
<style>
span { border-color: #0A754C; }
span { border-color: rgb(10,117,76); }
td.TdClassName
{
border-color: #0A754C;
}
.TagClassName
{
border-color: #0A754C;
}
</style>