Shades of Cutty Sark #608871
Tints of Cutty Sark #608871
RGB
CMYK
RGB Variations
Color information
#608871 (or 0x608871) is known color: Cutty Sark. HEX triplet: 60, 88 and 71. RGB value is (96,136,113). Sum of RGB (Red+Green+Blue) = 96+136+113=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 136 - color contains mainly: green. Hex color #608871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608871 is #9F778E. Grayscale: #797979. Windows color (decimal): -10450831 or 7440480. OLE color: 7440480.
HSL color Cylindrical-coordinate representation of color #608871: hue angle of 145.5º 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 #608871 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 136 | 113 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.47 |
| HSL | 145.5º | 0.17% | 0.45% | - |
| HSV(B) | 145.5º | 0.29% | 0.53% | - |
| XYZ | 16.61 | 21.29 | 18.86 | - |
| YUV | 121.42 | 123.25 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 136 | 113 | 0.29 | 0 | 0.17 | 0.47 | 145.5 | 0.17 | 0.45 |
| Hex | 60 | 88 | 71 | 1D | 0 | 11 | 2F | 92 | 11 | 2D |
| Octal | 140 | 210 | 161 | 35 | 0 | 21 | 57 | 222 | 21 | 55 |
| Binary | 1100000 | 10001000 | 1110001 | 11101 | 0 | 10001 | 101111 | 10010010 | 10001 | 101101 |
Color Harmonies of #608871
Complementary color
Monochromatic Colors of #608871
Black with #608871
Text Example
Text Example
White with #608871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608871; }
p { color: rgb(96,136,113); }
H1.HeaderClassName
{
color: #608871;
}
.AnyTagClassName
{
color: #608871;
}
</style>
background-color css
<style>
a { background-color: #608871; }
a { background-color: rgb(96,136,113); }
div.DivClassName
{
background-color: #608871;
}
.BgClassName
{
background-color: #608871;
}
</style>
border-color css
<style>
span { border-color: #608871; }
span { border-color: rgb(96,136,113); }
td.TdClassName
{
border-color: #608871;
}
.TagClassName
{
border-color: #608871;
}
</style>