Shades of Cutty Sark #608E75
Tints of Cutty Sark #608E75
RGB
CMYK
RGB Variations
Color information
#608E75 (or 0x608E75) is known color: Cutty Sark. HEX triplet: 60, 8E and 75. RGB value is (96,142,117). Sum of RGB (Red+Green+Blue) = 96+142+117=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 142 - color contains mainly: green. Hex color #608E75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608E75 is #9F718A. Grayscale: #7D7D7D. Windows color (decimal): -10449291 or 7704160. OLE color: 7704160.
HSL color Cylindrical-coordinate representation of color #608E75: hue angle of 147.39º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #608E75 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 142 | 117 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.44 |
| HSL | 147.39º | 0.19% | 0.47% | - |
| HSV(B) | 147.39º | 0.32% | 0.56% | - |
| XYZ | 17.71 | 23.12 | 20.36 | - |
| YUV | 125.4 | 123.26 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 142 | 117 | 0.32 | 0 | 0.18 | 0.44 | 147.39 | 0.19 | 0.47 |
| Hex | 60 | 8E | 75 | 20 | 0 | 12 | 2C | 93 | 13 | 2F |
| Octal | 140 | 216 | 165 | 40 | 0 | 22 | 54 | 223 | 23 | 57 |
| Binary | 1100000 | 10001110 | 1110101 | 100000 | 0 | 10010 | 101100 | 10010011 | 10011 | 101111 |
Color Harmonies of #608E75
Complementary color
Monochromatic Colors of #608E75
Black with #608E75
Text Example
Text Example
White with #608E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608E75; }
p { color: rgb(96,142,117); }
H1.HeaderClassName
{
color: #608E75;
}
.AnyTagClassName
{
color: #608E75;
}
</style>
background-color css
<style>
a { background-color: #608E75; }
a { background-color: rgb(96,142,117); }
div.DivClassName
{
background-color: #608E75;
}
.BgClassName
{
background-color: #608E75;
}
</style>
border-color css
<style>
span { border-color: #608E75; }
span { border-color: rgb(96,142,117); }
td.TdClassName
{
border-color: #608E75;
}
.TagClassName
{
border-color: #608E75;
}
</style>