Shades of Cutty Sark #607C73
Tints of Cutty Sark #607C73
RGB
CMYK
RGB Variations
Color information
#607C73 (or 0x607C73) is known color: Cutty Sark. HEX triplet: 60, 7C and 73. RGB value is (96,124,115). Sum of RGB (Red+Green+Blue) = 96+124+115=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 124 - color contains mainly: green. Hex color #607C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607C73 is #9F838C. Grayscale: #727272. Windows color (decimal): -10453901 or 7568480. OLE color: 7568480.
HSL color Cylindrical-coordinate representation of color #607C73: hue angle of 160.71º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #607C73 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 124 | 115 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.51 |
| HSL | 160.71º | 0.13% | 0.43% | - |
| HSV(B) | 160.71º | 0.23% | 0.49% | - |
| XYZ | 15.13 | 18.14 | 18.92 | - |
| YUV | 114.6 | 128.22 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 115 | 0.23 | 0 | 0.07 | 0.51 | 160.71 | 0.13 | 0.43 |
| Hex | 60 | 7C | 73 | 17 | 0 | 7 | 33 | A1 | D | 2B |
| Octal | 140 | 174 | 163 | 27 | 0 | 7 | 63 | 241 | 15 | 53 |
| Binary | 1100000 | 1111100 | 1110011 | 10111 | 0 | 111 | 110011 | 10100001 | 1101 | 101011 |
Color Harmonies of #607C73
Complementary color
Monochromatic Colors of #607C73
Black with #607C73
Text Example
Text Example
White with #607C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607C73; }
p { color: rgb(96,124,115); }
H1.HeaderClassName
{
color: #607C73;
}
.AnyTagClassName
{
color: #607C73;
}
</style>
background-color css
<style>
a { background-color: #607C73; }
a { background-color: rgb(96,124,115); }
div.DivClassName
{
background-color: #607C73;
}
.BgClassName
{
background-color: #607C73;
}
</style>
border-color css
<style>
span { border-color: #607C73; }
span { border-color: rgb(96,124,115); }
td.TdClassName
{
border-color: #607C73;
}
.TagClassName
{
border-color: #607C73;
}
</style>