Shades of Cutty Sark #4F896A
Tints of Cutty Sark #4F896A
RGB
CMYK
RGB Variations
Color information
#4F896A (or 0x4F896A) is known color: Cutty Sark. HEX triplet: 4F, 89 and 6A. RGB value is (79,137,106). Sum of RGB (Red+Green+Blue) = 79+137+106=322 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.53% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #4F896A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F896A is #B07695. Grayscale: #747474. Windows color (decimal): -11564694 or 6981967. OLE color: 6981967.
HSL color Cylindrical-coordinate representation of color #4F896A: hue angle of 147.93º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F896A is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 137 | 106 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.46 |
| HSL | 147.93º | 0.27% | 0.42% | - |
| HSV(B) | 147.93º | 0.42% | 0.54% | - |
| XYZ | 14.77 | 20.59 | 16.83 | - |
| YUV | 116.12 | 122.28 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 137 | 106 | 0.42 | 0 | 0.23 | 0.46 | 147.93 | 0.27 | 0.42 |
| Hex | 4F | 89 | 6A | 2A | 0 | 17 | 2E | 94 | 1B | 2A |
| Octal | 117 | 211 | 152 | 52 | 0 | 27 | 56 | 224 | 33 | 52 |
| Binary | 1001111 | 10001001 | 1101010 | 101010 | 0 | 10111 | 101110 | 10010100 | 11011 | 101010 |
Color Harmonies of #4F896A
Complementary color
Monochromatic Colors of #4F896A
Black with #4F896A
Text Example
Text Example
White with #4F896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F896A; }
p { color: rgb(79,137,106); }
H1.HeaderClassName
{
color: #4F896A;
}
.AnyTagClassName
{
color: #4F896A;
}
</style>
background-color css
<style>
a { background-color: #4F896A; }
a { background-color: rgb(79,137,106); }
div.DivClassName
{
background-color: #4F896A;
}
.BgClassName
{
background-color: #4F896A;
}
</style>
border-color css
<style>
span { border-color: #4F896A; }
span { border-color: rgb(79,137,106); }
td.TdClassName
{
border-color: #4F896A;
}
.TagClassName
{
border-color: #4F896A;
}
</style>