Shades of Cutty Sark #678A78
Tints of Cutty Sark #678A78
RGB
CMYK
RGB Variations
Color information
#678A78 (or 0x678A78) is known color: Cutty Sark. HEX triplet: 67, 8A and 78. RGB value is (103,138,120). Sum of RGB (Red+Green+Blue) = 103+138+120=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 138 - color contains mainly: green. Hex color #678A78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678A78 is #987587. Grayscale: #7D7D7D. Windows color (decimal): -9991560 or 7899751. OLE color: 7899751.
HSL color Cylindrical-coordinate representation of color #678A78: hue angle of 149.14º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #678A78 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 138 | 120 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.46 |
| HSL | 149.14º | 0.15% | 0.47% | - |
| HSV(B) | 149.14º | 0.25% | 0.54% | - |
| XYZ | 18.07 | 22.42 | 21.14 | - |
| YUV | 125.48 | 124.9 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 120 | 0.25 | 0 | 0.13 | 0.46 | 149.14 | 0.15 | 0.47 |
| Hex | 67 | 8A | 78 | 19 | 0 | D | 2E | 95 | F | 2F |
| Octal | 147 | 212 | 170 | 31 | 0 | 15 | 56 | 225 | 17 | 57 |
| Binary | 1100111 | 10001010 | 1111000 | 11001 | 0 | 1101 | 101110 | 10010101 | 1111 | 101111 |
Color Harmonies of #678A78
Complementary color
Monochromatic Colors of #678A78
Black with #678A78
Text Example
Text Example
White with #678A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678A78; }
p { color: rgb(103,138,120); }
H1.HeaderClassName
{
color: #678A78;
}
.AnyTagClassName
{
color: #678A78;
}
</style>
background-color css
<style>
a { background-color: #678A78; }
a { background-color: rgb(103,138,120); }
div.DivClassName
{
background-color: #678A78;
}
.BgClassName
{
background-color: #678A78;
}
</style>
border-color css
<style>
span { border-color: #678A78; }
span { border-color: rgb(103,138,120); }
td.TdClassName
{
border-color: #678A78;
}
.TagClassName
{
border-color: #678A78;
}
</style>