Shades of Cutty Sark #667C73
Tints of Cutty Sark #667C73
RGB
CMYK
RGB Variations
Color information
#667C73 (or 0x667C73) is known color: Cutty Sark. HEX triplet: 66, 7C and 73. RGB value is (102,124,115). Sum of RGB (Red+Green+Blue) = 102+124+115=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 124 - color contains mainly: green. Hex color #667C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667C73 is #99838C. Grayscale: #747474. Windows color (decimal): -10060685 or 7568486. OLE color: 7568486.
HSL color Cylindrical-coordinate representation of color #667C73: hue angle of 155.45º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #667C73 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 124 | 115 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.51 |
| HSL | 155.45º | 0.1% | 0.44% | - |
| HSV(B) | 155.45º | 0.18% | 0.49% | - |
| XYZ | 15.78 | 18.48 | 18.95 | - |
| YUV | 116.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 115 | 0.18 | 0 | 0.07 | 0.51 | 155.45 | 0.1 | 0.44 |
| Hex | 66 | 7C | 73 | 12 | 0 | 7 | 33 | 9B | A | 2C |
| Octal | 146 | 174 | 163 | 22 | 0 | 7 | 63 | 233 | 12 | 54 |
| Binary | 1100110 | 1111100 | 1110011 | 10010 | 0 | 111 | 110011 | 10011011 | 1010 | 101100 |
Color Harmonies of #667C73
Complementary color
Monochromatic Colors of #667C73
Black with #667C73
Text Example
Text Example
White with #667C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667C73; }
p { color: rgb(102,124,115); }
H1.HeaderClassName
{
color: #667C73;
}
.AnyTagClassName
{
color: #667C73;
}
</style>
background-color css
<style>
a { background-color: #667C73; }
a { background-color: rgb(102,124,115); }
div.DivClassName
{
background-color: #667C73;
}
.BgClassName
{
background-color: #667C73;
}
</style>
border-color css
<style>
span { border-color: #667C73; }
span { border-color: rgb(102,124,115); }
td.TdClassName
{
border-color: #667C73;
}
.TagClassName
{
border-color: #667C73;
}
</style>