Shades of Cutty Sark #618B7A
Tints of Cutty Sark #618B7A
RGB
CMYK
RGB Variations
Color information
#618B7A (or 0x618B7A) is known color: Cutty Sark. HEX triplet: 61, 8B and 7A. RGB value is (97,139,122). Sum of RGB (Red+Green+Blue) = 97+139+122=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 139 - color contains mainly: green. Hex color #618B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618B7A is #9E7485. Grayscale: #7C7C7C. Windows color (decimal): -10384518 or 8031073. OLE color: 8031073.
HSL color Cylindrical-coordinate representation of color #618B7A: hue angle of 155.71º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #618B7A is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 139 | 122 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.45 |
| HSL | 155.71º | 0.18% | 0.46% | - |
| HSV(B) | 155.71º | 0.3% | 0.55% | - |
| XYZ | 17.68 | 22.41 | 21.81 | - |
| YUV | 124.5 | 126.59 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 139 | 122 | 0.30 | 0 | 0.12 | 0.45 | 155.71 | 0.18 | 0.46 |
| Hex | 61 | 8B | 7A | 1E | 0 | C | 2D | 9C | 12 | 2E |
| Octal | 141 | 213 | 172 | 36 | 0 | 14 | 55 | 234 | 22 | 56 |
| Binary | 1100001 | 10001011 | 1111010 | 11110 | 0 | 1100 | 101101 | 10011100 | 10010 | 101110 |
Color Harmonies of #618B7A
Complementary color
Monochromatic Colors of #618B7A
Black with #618B7A
Text Example
Text Example
White with #618B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618B7A; }
p { color: rgb(97,139,122); }
H1.HeaderClassName
{
color: #618B7A;
}
.AnyTagClassName
{
color: #618B7A;
}
</style>
background-color css
<style>
a { background-color: #618B7A; }
a { background-color: rgb(97,139,122); }
div.DivClassName
{
background-color: #618B7A;
}
.BgClassName
{
background-color: #618B7A;
}
</style>
border-color css
<style>
span { border-color: #618B7A; }
span { border-color: rgb(97,139,122); }
td.TdClassName
{
border-color: #618B7A;
}
.TagClassName
{
border-color: #618B7A;
}
</style>