Shades of Cutty Sark #608A79
Tints of Cutty Sark #608A79
RGB
CMYK
RGB Variations
Color information
#608A79 (or 0x608A79) is known color: Cutty Sark. HEX triplet: 60, 8A and 79. RGB value is (96,138,121). Sum of RGB (Red+Green+Blue) = 96+138+121=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 138 - color contains mainly: green. Hex color #608A79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608A79 is #9F7586. Grayscale: #7B7B7B. Windows color (decimal): -10450311 or 7965280. OLE color: 7965280.
HSL color Cylindrical-coordinate representation of color #608A79: hue angle of 155.71º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #608A79 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 138 | 121 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.46 |
| HSL | 155.71º | 0.18% | 0.46% | - |
| HSV(B) | 155.71º | 0.3% | 0.54% | - |
| XYZ | 17.36 | 22.04 | 21.43 | - |
| YUV | 123.5 | 126.59 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 138 | 121 | 0.30 | 0 | 0.12 | 0.46 | 155.71 | 0.18 | 0.46 |
| Hex | 60 | 8A | 79 | 1E | 0 | C | 2E | 9C | 12 | 2E |
| Octal | 140 | 212 | 171 | 36 | 0 | 14 | 56 | 234 | 22 | 56 |
| Binary | 1100000 | 10001010 | 1111001 | 11110 | 0 | 1100 | 101110 | 10011100 | 10010 | 101110 |
Color Harmonies of #608A79
Complementary color
Monochromatic Colors of #608A79
Black with #608A79
Text Example
Text Example
White with #608A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608A79; }
p { color: rgb(96,138,121); }
H1.HeaderClassName
{
color: #608A79;
}
.AnyTagClassName
{
color: #608A79;
}
</style>
background-color css
<style>
a { background-color: #608A79; }
a { background-color: rgb(96,138,121); }
div.DivClassName
{
background-color: #608A79;
}
.BgClassName
{
background-color: #608A79;
}
</style>
border-color css
<style>
span { border-color: #608A79; }
span { border-color: rgb(96,138,121); }
td.TdClassName
{
border-color: #608A79;
}
.TagClassName
{
border-color: #608A79;
}
</style>