Shades of Cutty Sark #608672
Tints of Cutty Sark #608672
RGB
CMYK
RGB Variations
Color information
#608672 (or 0x608672) is known color: Cutty Sark. HEX triplet: 60, 86 and 72. RGB value is (96,134,114). Sum of RGB (Red+Green+Blue) = 96+134+114=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 134 - color contains mainly: green. Hex color #608672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608672 is #9F798D. Grayscale: #787878. Windows color (decimal): -10451342 or 7505504. OLE color: 7505504.
HSL color Cylindrical-coordinate representation of color #608672: hue angle of 148.42º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #608672 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 134 | 114 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.47 |
| HSL | 148.42º | 0.17% | 0.45% | - |
| HSV(B) | 148.42º | 0.28% | 0.53% | - |
| XYZ | 16.39 | 20.75 | 19.06 | - |
| YUV | 120.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 114 | 0.28 | 0 | 0.15 | 0.47 | 148.42 | 0.17 | 0.45 |
| Hex | 60 | 86 | 72 | 1C | 0 | F | 2F | 94 | 11 | 2D |
| Octal | 140 | 206 | 162 | 34 | 0 | 17 | 57 | 224 | 21 | 55 |
| Binary | 1100000 | 10000110 | 1110010 | 11100 | 0 | 1111 | 101111 | 10010100 | 10001 | 101101 |
Color Harmonies of #608672
Complementary color
Monochromatic Colors of #608672
Black with #608672
Text Example
Text Example
White with #608672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608672; }
p { color: rgb(96,134,114); }
H1.HeaderClassName
{
color: #608672;
}
.AnyTagClassName
{
color: #608672;
}
</style>
background-color css
<style>
a { background-color: #608672; }
a { background-color: rgb(96,134,114); }
div.DivClassName
{
background-color: #608672;
}
.BgClassName
{
background-color: #608672;
}
</style>
border-color css
<style>
span { border-color: #608672; }
span { border-color: rgb(96,134,114); }
td.TdClassName
{
border-color: #608672;
}
.TagClassName
{
border-color: #608672;
}
</style>