Shades of Cutty Sark #668876
Tints of Cutty Sark #668876
RGB
CMYK
RGB Variations
Color information
#668876 (or 0x668876) is known color: Cutty Sark. HEX triplet: 66, 88 and 76. RGB value is (102,136,118). Sum of RGB (Red+Green+Blue) = 102+136+118=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 136 - color contains mainly: green. Hex color #668876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668876 is #997789. Grayscale: #7B7B7B. Windows color (decimal): -10057610 or 7768166. OLE color: 7768166.
HSL color Cylindrical-coordinate representation of color #668876: hue angle of 148.24º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #668876 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 136 | 118 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.47 |
| HSL | 148.24º | 0.14% | 0.47% | - |
| HSV(B) | 148.24º | 0.25% | 0.53% | - |
| XYZ | 17.55 | 21.74 | 20.41 | - |
| YUV | 123.78 | 124.74 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 118 | 0.25 | 0 | 0.13 | 0.47 | 148.24 | 0.14 | 0.47 |
| Hex | 66 | 88 | 76 | 19 | 0 | D | 2F | 94 | E | 2F |
| Octal | 146 | 210 | 166 | 31 | 0 | 15 | 57 | 224 | 16 | 57 |
| Binary | 1100110 | 10001000 | 1110110 | 11001 | 0 | 1101 | 101111 | 10010100 | 1110 | 101111 |
Color Harmonies of #668876
Complementary color
Monochromatic Colors of #668876
Black with #668876
Text Example
Text Example
White with #668876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668876; }
p { color: rgb(102,136,118); }
H1.HeaderClassName
{
color: #668876;
}
.AnyTagClassName
{
color: #668876;
}
</style>
background-color css
<style>
a { background-color: #668876; }
a { background-color: rgb(102,136,118); }
div.DivClassName
{
background-color: #668876;
}
.BgClassName
{
background-color: #668876;
}
</style>
border-color css
<style>
span { border-color: #668876; }
span { border-color: rgb(102,136,118); }
td.TdClassName
{
border-color: #668876;
}
.TagClassName
{
border-color: #668876;
}
</style>