Shades of Cutty Sark #608676
Tints of Cutty Sark #608676
RGB
CMYK
RGB Variations
Color information
#608676 (or 0x608676) is known color: Cutty Sark. HEX triplet: 60, 86 and 76. RGB value is (96,134,118). Sum of RGB (Red+Green+Blue) = 96+134+118=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 134 - color contains mainly: green. Hex color #608676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608676 is #9F7989. Grayscale: #787878. Windows color (decimal): -10451338 or 7767648. OLE color: 7767648.
HSL color Cylindrical-coordinate representation of color #608676: hue angle of 154.74º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #608676 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 134 | 118 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.47 |
| HSL | 154.74º | 0.17% | 0.45% | - |
| HSV(B) | 154.74º | 0.28% | 0.53% | - |
| XYZ | 16.62 | 20.85 | 20.29 | - |
| YUV | 120.81 | 126.41 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 118 | 0.28 | 0 | 0.12 | 0.47 | 154.74 | 0.17 | 0.45 |
| Hex | 60 | 86 | 76 | 1C | 0 | C | 2F | 9B | 11 | 2D |
| Octal | 140 | 206 | 166 | 34 | 0 | 14 | 57 | 233 | 21 | 55 |
| Binary | 1100000 | 10000110 | 1110110 | 11100 | 0 | 1100 | 101111 | 10011011 | 10001 | 101101 |
Color Harmonies of #608676
Complementary color
Monochromatic Colors of #608676
Black with #608676
Text Example
Text Example
White with #608676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608676; }
p { color: rgb(96,134,118); }
H1.HeaderClassName
{
color: #608676;
}
.AnyTagClassName
{
color: #608676;
}
</style>
background-color css
<style>
a { background-color: #608676; }
a { background-color: rgb(96,134,118); }
div.DivClassName
{
background-color: #608676;
}
.BgClassName
{
background-color: #608676;
}
</style>
border-color css
<style>
span { border-color: #608676; }
span { border-color: rgb(96,134,118); }
td.TdClassName
{
border-color: #608676;
}
.TagClassName
{
border-color: #608676;
}
</style>