Shades of Cutty Sark #668D78
Tints of Cutty Sark #668D78
RGB
CMYK
RGB Variations
Color information
#668D78 (or 0x668D78) is known color: Cutty Sark. HEX triplet: 66, 8D and 78. RGB value is (102,141,120). Sum of RGB (Red+Green+Blue) = 102+141+120=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 141 - color contains mainly: green. Hex color #668D78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668D78 is #997287. Grayscale: #7E7E7E. Windows color (decimal): -10056328 or 7900518. OLE color: 7900518.
HSL color Cylindrical-coordinate representation of color #668D78: hue angle of 147.69º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #668D78 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 141 | 120 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.45 |
| HSL | 147.69º | 0.16% | 0.48% | - |
| HSV(B) | 147.69º | 0.28% | 0.55% | - |
| XYZ | 18.39 | 23.23 | 21.28 | - |
| YUV | 126.95 | 124.08 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 120 | 0.28 | 0 | 0.15 | 0.45 | 147.69 | 0.16 | 0.48 |
| Hex | 66 | 8D | 78 | 1C | 0 | F | 2D | 94 | 10 | 30 |
| Octal | 146 | 215 | 170 | 34 | 0 | 17 | 55 | 224 | 20 | 60 |
| Binary | 1100110 | 10001101 | 1111000 | 11100 | 0 | 1111 | 101101 | 10010100 | 10000 | 110000 |
Color Harmonies of #668D78
Complementary color
Monochromatic Colors of #668D78
Black with #668D78
Text Example
Text Example
White with #668D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668D78; }
p { color: rgb(102,141,120); }
H1.HeaderClassName
{
color: #668D78;
}
.AnyTagClassName
{
color: #668D78;
}
</style>
background-color css
<style>
a { background-color: #668D78; }
a { background-color: rgb(102,141,120); }
div.DivClassName
{
background-color: #668D78;
}
.BgClassName
{
background-color: #668D78;
}
</style>
border-color css
<style>
span { border-color: #668D78; }
span { border-color: rgb(102,141,120); }
td.TdClassName
{
border-color: #668D78;
}
.TagClassName
{
border-color: #668D78;
}
</style>