Shades of Cutty Sark #4E856E
Tints of Cutty Sark #4E856E
RGB
CMYK
RGB Variations
Color information
#4E856E (or 0x4E856E) is known color: Cutty Sark. HEX triplet: 4E, 85 and 6E. RGB value is (78,133,110). Sum of RGB (Red+Green+Blue) = 78+133+110=321 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.30% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 133 - color contains mainly: green. Hex color #4E856E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E856E is #B17A91. Grayscale: #717171. Windows color (decimal): -11631250 or 7243086. OLE color: 7243086.
HSL color Cylindrical-coordinate representation of color #4E856E: hue angle of 154.91º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E856E is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 78 | 133 | 110 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.48 |
| HSL | 154.91º | 0.26% | 0.41% | - |
| HSV(B) | 154.91º | 0.41% | 0.52% | - |
| XYZ | 14.34 | 19.52 | 17.76 | - |
| YUV | 113.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 133 | 110 | 0.41 | 0 | 0.17 | 0.48 | 154.91 | 0.26 | 0.41 |
| Hex | 4E | 85 | 6E | 29 | 0 | 11 | 30 | 9B | 1A | 29 |
| Octal | 116 | 205 | 156 | 51 | 0 | 21 | 60 | 233 | 32 | 51 |
| Binary | 1001110 | 10000101 | 1101110 | 101001 | 0 | 10001 | 110000 | 10011011 | 11010 | 101001 |
Color Harmonies of #4E856E
Complementary color
Monochromatic Colors of #4E856E
Black with #4E856E
Text Example
Text Example
White with #4E856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E856E; }
p { color: rgb(78,133,110); }
H1.HeaderClassName
{
color: #4E856E;
}
.AnyTagClassName
{
color: #4E856E;
}
</style>
background-color css
<style>
a { background-color: #4E856E; }
a { background-color: rgb(78,133,110); }
div.DivClassName
{
background-color: #4E856E;
}
.BgClassName
{
background-color: #4E856E;
}
</style>
border-color css
<style>
span { border-color: #4E856E; }
span { border-color: rgb(78,133,110); }
td.TdClassName
{
border-color: #4E856E;
}
.TagClassName
{
border-color: #4E856E;
}
</style>