Shades of Cutty Sark #5F8D79
Tints of Cutty Sark #5F8D79
RGB
CMYK
RGB Variations
Color information
#5F8D79 (or 0x5F8D79) is known color: Cutty Sark. HEX triplet: 5F, 8D and 79. RGB value is (95,141,121). Sum of RGB (Red+Green+Blue) = 95+141+121=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 141 - color contains mainly: green. Hex color #5F8D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8D79 is #A07286. Grayscale: #7D7D7D. Windows color (decimal): -10515079 or 7966047. OLE color: 7966047.
HSL color Cylindrical-coordinate representation of color #5F8D79: hue angle of 153.91º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F8D79 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 141 | 121 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.45 |
| HSL | 153.91º | 0.19% | 0.46% | - |
| HSV(B) | 153.91º | 0.33% | 0.55% | - |
| XYZ | 17.7 | 22.86 | 21.57 | - |
| YUV | 124.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 141 | 121 | 0.33 | 0 | 0.14 | 0.45 | 153.91 | 0.19 | 0.46 |
| Hex | 5F | 8D | 79 | 21 | 0 | E | 2D | 9A | 13 | 2E |
| Octal | 137 | 215 | 171 | 41 | 0 | 16 | 55 | 232 | 23 | 56 |
| Binary | 1011111 | 10001101 | 1111001 | 100001 | 0 | 1110 | 101101 | 10011010 | 10011 | 101110 |
Color Harmonies of #5F8D79
Complementary color
Monochromatic Colors of #5F8D79
Black with #5F8D79
Text Example
Text Example
White with #5F8D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8D79; }
p { color: rgb(95,141,121); }
H1.HeaderClassName
{
color: #5F8D79;
}
.AnyTagClassName
{
color: #5F8D79;
}
</style>
background-color css
<style>
a { background-color: #5F8D79; }
a { background-color: rgb(95,141,121); }
div.DivClassName
{
background-color: #5F8D79;
}
.BgClassName
{
background-color: #5F8D79;
}
</style>
border-color css
<style>
span { border-color: #5F8D79; }
span { border-color: rgb(95,141,121); }
td.TdClassName
{
border-color: #5F8D79;
}
.TagClassName
{
border-color: #5F8D79;
}
</style>