Shades of Cutty Sark #518E76
Tints of Cutty Sark #518E76
RGB
CMYK
RGB Variations
Color information
#518E76 (or 0x518E76) is known color: Cutty Sark. HEX triplet: 51, 8E and 76. RGB value is (81,142,118). Sum of RGB (Red+Green+Blue) = 81+142+118=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 142 (55.86% from 255 or 41.64% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 142 - color contains mainly: green. Hex color #518E76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518E76 is #AE7189. Grayscale: #797979. Windows color (decimal): -11432330 or 7769681. OLE color: 7769681.
HSL color Cylindrical-coordinate representation of color #518E76: hue angle of 156.39º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #518E76 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 142 | 118 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.44 |
| HSL | 156.39º | 0.27% | 0.44% | - |
| HSV(B) | 156.39º | 0.43% | 0.56% | - |
| XYZ | 16.34 | 22.4 | 20.6 | - |
| YUV | 121.03 | 126.29 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 142 | 118 | 0.43 | 0 | 0.17 | 0.44 | 156.39 | 0.27 | 0.44 |
| Hex | 51 | 8E | 76 | 2B | 0 | 11 | 2C | 9C | 1B | 2C |
| Octal | 121 | 216 | 166 | 53 | 0 | 21 | 54 | 234 | 33 | 54 |
| Binary | 1010001 | 10001110 | 1110110 | 101011 | 0 | 10001 | 101100 | 10011100 | 11011 | 101100 |
Color Harmonies of #518E76
Complementary color
Monochromatic Colors of #518E76
Black with #518E76
Text Example
Text Example
White with #518E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518E76; }
p { color: rgb(81,142,118); }
H1.HeaderClassName
{
color: #518E76;
}
.AnyTagClassName
{
color: #518E76;
}
</style>
background-color css
<style>
a { background-color: #518E76; }
a { background-color: rgb(81,142,118); }
div.DivClassName
{
background-color: #518E76;
}
.BgClassName
{
background-color: #518E76;
}
</style>
border-color css
<style>
span { border-color: #518E76; }
span { border-color: rgb(81,142,118); }
td.TdClassName
{
border-color: #518E76;
}
.TagClassName
{
border-color: #518E76;
}
</style>