Shades of Cutty Sark #5F8F73
Tints of Cutty Sark #5F8F73
RGB
CMYK
RGB Variations
Color information
#5F8F73 (or 0x5F8F73) is known color: Cutty Sark. HEX triplet: 5F, 8F and 73. RGB value is (95,143,115). Sum of RGB (Red+Green+Blue) = 95+143+115=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 143 - color contains mainly: green. Hex color #5F8F73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8F73 is #A0708C. Grayscale: #7D7D7D. Windows color (decimal): -10514573 or 7573343. OLE color: 7573343.
HSL color Cylindrical-coordinate representation of color #5F8F73: hue angle of 145º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F8F73 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 143 | 115 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.44 |
| HSL | 145º | 0.2% | 0.47% | - |
| HSV(B) | 145º | 0.34% | 0.56% | - |
| XYZ | 17.64 | 23.32 | 19.79 | - |
| YUV | 125.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 143 | 115 | 0.34 | 0 | 0.20 | 0.44 | 145 | 0.2 | 0.47 |
| Hex | 5F | 8F | 73 | 22 | 0 | 14 | 2C | 91 | 14 | 2F |
| Octal | 137 | 217 | 163 | 42 | 0 | 24 | 54 | 221 | 24 | 57 |
| Binary | 1011111 | 10001111 | 1110011 | 100010 | 0 | 10100 | 101100 | 10010001 | 10100 | 101111 |
Color Harmonies of #5F8F73
Complementary color
Monochromatic Colors of #5F8F73
Black with #5F8F73
Text Example
Text Example
White with #5F8F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8F73; }
p { color: rgb(95,143,115); }
H1.HeaderClassName
{
color: #5F8F73;
}
.AnyTagClassName
{
color: #5F8F73;
}
</style>
background-color css
<style>
a { background-color: #5F8F73; }
a { background-color: rgb(95,143,115); }
div.DivClassName
{
background-color: #5F8F73;
}
.BgClassName
{
background-color: #5F8F73;
}
</style>
border-color css
<style>
span { border-color: #5F8F73; }
span { border-color: rgb(95,143,115); }
td.TdClassName
{
border-color: #5F8F73;
}
.TagClassName
{
border-color: #5F8F73;
}
</style>