Shades of Cutty Sark #4F8671
Tints of Cutty Sark #4F8671
RGB
CMYK
RGB Variations
Color information
#4F8671 (or 0x4F8671) is known color: Cutty Sark. HEX triplet: 4F, 86 and 71. RGB value is (79,134,113). Sum of RGB (Red+Green+Blue) = 79+134+113=326 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.23% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 134 - color contains mainly: green. Hex color #4F8671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8671 is #B0798E. Grayscale: #737373. Windows color (decimal): -11565455 or 7439951. OLE color: 7439951.
HSL color Cylindrical-coordinate representation of color #4F8671: hue angle of 157.09º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F8671 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 79 | 134 | 113 | - |
| CMYK | 0.41 | 0 | 0.16 | 0.47 |
| HSL | 157.09º | 0.26% | 0.42% | - |
| HSV(B) | 157.09º | 0.41% | 0.53% | - |
| XYZ | 14.73 | 19.9 | 18.69 | - |
| YUV | 115.16 | 126.78 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 134 | 113 | 0.41 | 0 | 0.16 | 0.47 | 157.09 | 0.26 | 0.42 |
| Hex | 4F | 86 | 71 | 29 | 0 | 10 | 2F | 9D | 1A | 2A |
| Octal | 117 | 206 | 161 | 51 | 0 | 20 | 57 | 235 | 32 | 52 |
| Binary | 1001111 | 10000110 | 1110001 | 101001 | 0 | 10000 | 101111 | 10011101 | 11010 | 101010 |
Color Harmonies of #4F8671
Complementary color
Monochromatic Colors of #4F8671
Black with #4F8671
Text Example
Text Example
White with #4F8671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8671; }
p { color: rgb(79,134,113); }
H1.HeaderClassName
{
color: #4F8671;
}
.AnyTagClassName
{
color: #4F8671;
}
</style>
background-color css
<style>
a { background-color: #4F8671; }
a { background-color: rgb(79,134,113); }
div.DivClassName
{
background-color: #4F8671;
}
.BgClassName
{
background-color: #4F8671;
}
</style>
border-color css
<style>
span { border-color: #4F8671; }
span { border-color: rgb(79,134,113); }
td.TdClassName
{
border-color: #4F8671;
}
.TagClassName
{
border-color: #4F8671;
}
</style>