Shades of Cutty Sark #608876
Tints of Cutty Sark #608876
RGB
CMYK
RGB Variations
Color information
#608876 (or 0x608876) is known color: Cutty Sark. HEX triplet: 60, 88 and 76. RGB value is (96,136,118). Sum of RGB (Red+Green+Blue) = 96+136+118=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 136 - color contains mainly: green. Hex color #608876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608876 is #9F7789. Grayscale: #7A7A7A. Windows color (decimal): -10450826 or 7768160. OLE color: 7768160.
HSL color Cylindrical-coordinate representation of color #608876: hue angle of 153º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #608876 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 136 | 118 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.47 |
| HSL | 153º | 0.17% | 0.45% | - |
| HSV(B) | 153º | 0.29% | 0.53% | - |
| XYZ | 16.9 | 21.4 | 20.38 | - |
| YUV | 121.99 | 125.75 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 136 | 118 | 0.29 | 0 | 0.13 | 0.47 | 153 | 0.17 | 0.45 |
| Hex | 60 | 88 | 76 | 1D | 0 | D | 2F | 99 | 11 | 2D |
| Octal | 140 | 210 | 166 | 35 | 0 | 15 | 57 | 231 | 21 | 55 |
| Binary | 1100000 | 10001000 | 1110110 | 11101 | 0 | 1101 | 101111 | 10011001 | 10001 | 101101 |
Color Harmonies of #608876
Complementary color
Monochromatic Colors of #608876
Black with #608876
Text Example
Text Example
White with #608876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608876; }
p { color: rgb(96,136,118); }
H1.HeaderClassName
{
color: #608876;
}
.AnyTagClassName
{
color: #608876;
}
</style>
background-color css
<style>
a { background-color: #608876; }
a { background-color: rgb(96,136,118); }
div.DivClassName
{
background-color: #608876;
}
.BgClassName
{
background-color: #608876;
}
</style>
border-color css
<style>
span { border-color: #608876; }
span { border-color: rgb(96,136,118); }
td.TdClassName
{
border-color: #608876;
}
.TagClassName
{
border-color: #608876;
}
</style>