Shades of Cutty Sark #4F896F
Tints of Cutty Sark #4F896F
RGB
CMYK
RGB Variations
Color information
#4F896F (or 0x4F896F) is known color: Cutty Sark. HEX triplet: 4F, 89 and 6F. RGB value is (79,137,111). Sum of RGB (Red+Green+Blue) = 79+137+111=327 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.16% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #4F896F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F896F is #B07690. Grayscale: #747474. Windows color (decimal): -11564689 or 7309647. OLE color: 7309647.
HSL color Cylindrical-coordinate representation of color #4F896F: hue angle of 153.1º 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 #4F896F is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 137 | 111 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.46 |
| HSL | 153.1º | 0.27% | 0.42% | - |
| HSV(B) | 153.1º | 0.42% | 0.54% | - |
| XYZ | 15.04 | 20.7 | 18.24 | - |
| YUV | 116.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 137 | 111 | 0.42 | 0 | 0.19 | 0.46 | 153.1 | 0.27 | 0.42 |
| Hex | 4F | 89 | 6F | 2A | 0 | 13 | 2E | 99 | 1B | 2A |
| Octal | 117 | 211 | 157 | 52 | 0 | 23 | 56 | 231 | 33 | 52 |
| Binary | 1001111 | 10001001 | 1101111 | 101010 | 0 | 10011 | 101110 | 10011001 | 11011 | 101010 |
Color Harmonies of #4F896F
Complementary color
Monochromatic Colors of #4F896F
Black with #4F896F
Text Example
Text Example
White with #4F896F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F896F; }
p { color: rgb(79,137,111); }
H1.HeaderClassName
{
color: #4F896F;
}
.AnyTagClassName
{
color: #4F896F;
}
</style>
background-color css
<style>
a { background-color: #4F896F; }
a { background-color: rgb(79,137,111); }
div.DivClassName
{
background-color: #4F896F;
}
.BgClassName
{
background-color: #4F896F;
}
</style>
border-color css
<style>
span { border-color: #4F896F; }
span { border-color: rgb(79,137,111); }
td.TdClassName
{
border-color: #4F896F;
}
.TagClassName
{
border-color: #4F896F;
}
</style>