Shades of Cutty Sark #697973
Tints of Cutty Sark #697973
RGB
CMYK
RGB Variations
Color information
#697973 (or 0x697973) is known color: Cutty Sark. HEX triplet: 69, 79 and 73. RGB value is (105,121,115). Sum of RGB (Red+Green+Blue) = 105+121+115=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 121 - color contains mainly: green. Hex color #697973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697973 is #96868C. Grayscale: #737373. Windows color (decimal): -9864845 or 7567721. OLE color: 7567721.
HSL color Cylindrical-coordinate representation of color #697973: hue angle of 157.5º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #697973 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 121 | 115 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.53 |
| HSL | 157.5º | 0.07% | 0.44% | - |
| HSV(B) | 157.5º | 0.13% | 0.47% | - |
| XYZ | 15.76 | 17.92 | 18.85 | - |
| YUV | 115.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 121 | 115 | 0.13 | 0 | 0.05 | 0.53 | 157.5 | 0.07 | 0.44 |
| Hex | 69 | 79 | 73 | D | 0 | 5 | 35 | 9E | 7 | 2C |
| Octal | 151 | 171 | 163 | 15 | 0 | 5 | 65 | 236 | 7 | 54 |
| Binary | 1101001 | 1111001 | 1110011 | 1101 | 0 | 101 | 110101 | 10011110 | 111 | 101100 |
Color Harmonies of #697973
Complementary color
Monochromatic Colors of #697973
Black with #697973
Text Example
Text Example
White with #697973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697973; }
p { color: rgb(105,121,115); }
H1.HeaderClassName
{
color: #697973;
}
.AnyTagClassName
{
color: #697973;
}
</style>
background-color css
<style>
a { background-color: #697973; }
a { background-color: rgb(105,121,115); }
div.DivClassName
{
background-color: #697973;
}
.BgClassName
{
background-color: #697973;
}
</style>
border-color css
<style>
span { border-color: #697973; }
span { border-color: rgb(105,121,115); }
td.TdClassName
{
border-color: #697973;
}
.TagClassName
{
border-color: #697973;
}
</style>