Shades of Cutty Sark #608C74
Tints of Cutty Sark #608C74
RGB
CMYK
RGB Variations
Color information
#608C74 (or 0x608C74) is known color: Cutty Sark. HEX triplet: 60, 8C and 74. RGB value is (96,140,116). Sum of RGB (Red+Green+Blue) = 96+140+116=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 140 - color contains mainly: green. Hex color #608C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608C74 is #9F738B. Grayscale: #7C7C7C. Windows color (decimal): -10449804 or 7638112. OLE color: 7638112.
HSL color Cylindrical-coordinate representation of color #608C74: hue angle of 147.27º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #608C74 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 140 | 116 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.45 |
| HSL | 147.27º | 0.19% | 0.46% | - |
| HSV(B) | 147.27º | 0.31% | 0.55% | - |
| XYZ | 17.35 | 22.5 | 19.95 | - |
| YUV | 124.11 | 123.42 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 140 | 116 | 0.31 | 0 | 0.17 | 0.45 | 147.27 | 0.19 | 0.46 |
| Hex | 60 | 8C | 74 | 1F | 0 | 11 | 2D | 93 | 13 | 2E |
| Octal | 140 | 214 | 164 | 37 | 0 | 21 | 55 | 223 | 23 | 56 |
| Binary | 1100000 | 10001100 | 1110100 | 11111 | 0 | 10001 | 101101 | 10010011 | 10011 | 101110 |
Color Harmonies of #608C74
Complementary color
Monochromatic Colors of #608C74
Black with #608C74
Text Example
Text Example
White with #608C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608C74; }
p { color: rgb(96,140,116); }
H1.HeaderClassName
{
color: #608C74;
}
.AnyTagClassName
{
color: #608C74;
}
</style>
background-color css
<style>
a { background-color: #608C74; }
a { background-color: rgb(96,140,116); }
div.DivClassName
{
background-color: #608C74;
}
.BgClassName
{
background-color: #608C74;
}
</style>
border-color css
<style>
span { border-color: #608C74; }
span { border-color: rgb(96,140,116); }
td.TdClassName
{
border-color: #608C74;
}
.TagClassName
{
border-color: #608C74;
}
</style>