Shades of Cutty Sark #4F8E72
Tints of Cutty Sark #4F8E72
RGB
CMYK
RGB Variations
Color information
#4F8E72 (or 0x4F8E72) is known color: Cutty Sark. HEX triplet: 4F, 8E and 72. RGB value is (79,142,114). Sum of RGB (Red+Green+Blue) = 79+142+114=335 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.58% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 142 - color contains mainly: green. Hex color #4F8E72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8E72 is #B0718D. Grayscale: #787878. Windows color (decimal): -11563406 or 7507535. OLE color: 7507535.
HSL color Cylindrical-coordinate representation of color #4F8E72: hue angle of 153.33º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F8E72 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 142 | 114 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.44 |
| HSL | 153.33º | 0.29% | 0.43% | - |
| HSV(B) | 153.33º | 0.44% | 0.56% | - |
| XYZ | 15.93 | 22.22 | 19.37 | - |
| YUV | 119.97 | 124.63 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 142 | 114 | 0.44 | 0 | 0.20 | 0.44 | 153.33 | 0.29 | 0.43 |
| Hex | 4F | 8E | 72 | 2C | 0 | 14 | 2C | 99 | 1D | 2B |
| Octal | 117 | 216 | 162 | 54 | 0 | 24 | 54 | 231 | 35 | 53 |
| Binary | 1001111 | 10001110 | 1110010 | 101100 | 0 | 10100 | 101100 | 10011001 | 11101 | 101011 |
Color Harmonies of #4F8E72
Complementary color
Monochromatic Colors of #4F8E72
Black with #4F8E72
Text Example
Text Example
White with #4F8E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8E72; }
p { color: rgb(79,142,114); }
H1.HeaderClassName
{
color: #4F8E72;
}
.AnyTagClassName
{
color: #4F8E72;
}
</style>
background-color css
<style>
a { background-color: #4F8E72; }
a { background-color: rgb(79,142,114); }
div.DivClassName
{
background-color: #4F8E72;
}
.BgClassName
{
background-color: #4F8E72;
}
</style>
border-color css
<style>
span { border-color: #4F8E72; }
span { border-color: rgb(79,142,114); }
td.TdClassName
{
border-color: #4F8E72;
}
.TagClassName
{
border-color: #4F8E72;
}
</style>