Shades of Cutty Sark #60857A
Tints of Cutty Sark #60857A
RGB
CMYK
RGB Variations
Color information
#60857A (or 0x60857A) is known color: Cutty Sark. HEX triplet: 60, 85 and 7A. RGB value is (96,133,122). Sum of RGB (Red+Green+Blue) = 96+133+122=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 133 - color contains mainly: green. Hex color #60857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60857A is #9F7A85. Grayscale: #787878. Windows color (decimal): -10451590 or 8029536. OLE color: 8029536.
HSL color Cylindrical-coordinate representation of color #60857A: hue angle of 162.16º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #60857A is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 133 | 122 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.48 |
| HSL | 162.16º | 0.16% | 0.45% | - |
| HSV(B) | 162.16º | 0.28% | 0.52% | - |
| XYZ | 16.72 | 20.67 | 21.52 | - |
| YUV | 120.68 | 128.74 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 133 | 122 | 0.28 | 0 | 0.08 | 0.48 | 162.16 | 0.16 | 0.45 |
| Hex | 60 | 85 | 7A | 1C | 0 | 8 | 30 | A2 | 10 | 2D |
| Octal | 140 | 205 | 172 | 34 | 0 | 10 | 60 | 242 | 20 | 55 |
| Binary | 1100000 | 10000101 | 1111010 | 11100 | 0 | 1000 | 110000 | 10100010 | 10000 | 101101 |
Color Harmonies of #60857A
Complementary color
Monochromatic Colors of #60857A
Black with #60857A
Text Example
Text Example
White with #60857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60857A; }
p { color: rgb(96,133,122); }
H1.HeaderClassName
{
color: #60857A;
}
.AnyTagClassName
{
color: #60857A;
}
</style>
background-color css
<style>
a { background-color: #60857A; }
a { background-color: rgb(96,133,122); }
div.DivClassName
{
background-color: #60857A;
}
.BgClassName
{
background-color: #60857A;
}
</style>
border-color css
<style>
span { border-color: #60857A; }
span { border-color: rgb(96,133,122); }
td.TdClassName
{
border-color: #60857A;
}
.TagClassName
{
border-color: #60857A;
}
</style>