Shades of Watercourse #067A4B
Tints of Watercourse #067A4B
RGB
CMYK
RGB Variations
Color information
#067A4B (or 0x067A4B) is known color: Watercourse. HEX triplet: 06, 7A and 4B. RGB value is (6,122,75). Sum of RGB (Red+Green+Blue) = 6+122+75=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 122 (48.05% from 255 or 60.10% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 122 - color contains mainly: green. Hex color #067A4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067A4B is #F985B4. Grayscale: #525252. Windows color (decimal): -16352693 or 4946438. OLE color: 4946438.
HSL color Cylindrical-coordinate representation of color #067A4B: hue angle of 155.69º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067A4B is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 122 | 75 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.52 |
| HSL | 155.69º | 0.91% | 0.25% | - |
| HSV(B) | 155.69º | 0.95% | 0.48% | - |
| XYZ | 8.3 | 14.47 | 9.01 | - |
| YUV | 81.96 | 124.07 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 122 | 75 | 0.95 | 0 | 0.39 | 0.52 | 155.69 | 0.91 | 0.25 |
| Hex | 6 | 7A | 4B | 5F | 0 | 27 | 34 | 9C | 5B | 19 |
| Octal | 6 | 172 | 113 | 137 | 0 | 47 | 64 | 234 | 133 | 31 |
| Binary | 110 | 1111010 | 1001011 | 1011111 | 0 | 100111 | 110100 | 10011100 | 1011011 | 11001 |
Color Harmonies of #067A4B
Complementary color
Monochromatic Colors of #067A4B
Black with #067A4B
Text Example
Text Example
White with #067A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067A4B; }
p { color: rgb(6,122,75); }
H1.HeaderClassName
{
color: #067A4B;
}
.AnyTagClassName
{
color: #067A4B;
}
</style>
background-color css
<style>
a { background-color: #067A4B; }
a { background-color: rgb(6,122,75); }
div.DivClassName
{
background-color: #067A4B;
}
.BgClassName
{
background-color: #067A4B;
}
</style>
border-color css
<style>
span { border-color: #067A4B; }
span { border-color: rgb(6,122,75); }
td.TdClassName
{
border-color: #067A4B;
}
.TagClassName
{
border-color: #067A4B;
}
</style>