Shades of Cutty Sark #608172
Tints of Cutty Sark #608172
RGB
CMYK
RGB Variations
Color information
#608172 (or 0x608172) is known color: Cutty Sark. HEX triplet: 60, 81 and 72. RGB value is (96,129,114). Sum of RGB (Red+Green+Blue) = 96+129+114=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 129 - color contains mainly: green. Hex color #608172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608172 is #9F7E8D. Grayscale: #757575. Windows color (decimal): -10452622 or 7504224. OLE color: 7504224.
HSL color Cylindrical-coordinate representation of color #608172: hue angle of 152.73º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #608172 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 129 | 114 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.49 |
| HSL | 152.73º | 0.15% | 0.44% | - |
| HSV(B) | 152.73º | 0.26% | 0.51% | - |
| XYZ | 15.71 | 19.4 | 18.84 | - |
| YUV | 117.42 | 126.07 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 129 | 114 | 0.26 | 0 | 0.12 | 0.49 | 152.73 | 0.15 | 0.44 |
| Hex | 60 | 81 | 72 | 1A | 0 | C | 31 | 99 | F | 2C |
| Octal | 140 | 201 | 162 | 32 | 0 | 14 | 61 | 231 | 17 | 54 |
| Binary | 1100000 | 10000001 | 1110010 | 11010 | 0 | 1100 | 110001 | 10011001 | 1111 | 101100 |
Color Harmonies of #608172
Complementary color
Monochromatic Colors of #608172
Black with #608172
Text Example
Text Example
White with #608172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608172; }
p { color: rgb(96,129,114); }
H1.HeaderClassName
{
color: #608172;
}
.AnyTagClassName
{
color: #608172;
}
</style>
background-color css
<style>
a { background-color: #608172; }
a { background-color: rgb(96,129,114); }
div.DivClassName
{
background-color: #608172;
}
.BgClassName
{
background-color: #608172;
}
</style>
border-color css
<style>
span { border-color: #608172; }
span { border-color: rgb(96,129,114); }
td.TdClassName
{
border-color: #608172;
}
.TagClassName
{
border-color: #608172;
}
</style>