Shades of Cutty Sark #4E896F
Tints of Cutty Sark #4E896F
RGB
CMYK
RGB Variations
Color information
#4E896F (or 0x4E896F) is known color: Cutty Sark. HEX triplet: 4E, 89 and 6F. RGB value is (78,137,111). Sum of RGB (Red+Green+Blue) = 78+137+111=326 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.93% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #4E896F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E896F is #B17690. Grayscale: #747474. Windows color (decimal): -11630225 or 7309646. OLE color: 7309646.
HSL color Cylindrical-coordinate representation of color #4E896F: hue angle of 153.56º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E896F is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 78 | 137 | 111 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.46 |
| HSL | 153.56º | 0.27% | 0.42% | - |
| HSV(B) | 153.56º | 0.43% | 0.54% | - |
| XYZ | 14.96 | 20.66 | 18.24 | - |
| YUV | 116.4 | 124.95 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 137 | 111 | 0.43 | 0 | 0.19 | 0.46 | 153.56 | 0.27 | 0.42 |
| Hex | 4E | 89 | 6F | 2B | 0 | 13 | 2E | 9A | 1B | 2A |
| Octal | 116 | 211 | 157 | 53 | 0 | 23 | 56 | 232 | 33 | 52 |
| Binary | 1001110 | 10001001 | 1101111 | 101011 | 0 | 10011 | 101110 | 10011010 | 11011 | 101010 |
Color Harmonies of #4E896F
Complementary color
Monochromatic Colors of #4E896F
Black with #4E896F
Text Example
Text Example
White with #4E896F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E896F; }
p { color: rgb(78,137,111); }
H1.HeaderClassName
{
color: #4E896F;
}
.AnyTagClassName
{
color: #4E896F;
}
</style>
background-color css
<style>
a { background-color: #4E896F; }
a { background-color: rgb(78,137,111); }
div.DivClassName
{
background-color: #4E896F;
}
.BgClassName
{
background-color: #4E896F;
}
</style>
border-color css
<style>
span { border-color: #4E896F; }
span { border-color: rgb(78,137,111); }
td.TdClassName
{
border-color: #4E896F;
}
.TagClassName
{
border-color: #4E896F;
}
</style>