Shades of Cutty Sark #4F8C6C
Tints of Cutty Sark #4F8C6C
RGB
CMYK
RGB Variations
Color information
#4F8C6C (or 0x4F8C6C) is known color: Cutty Sark. HEX triplet: 4F, 8C and 6C. RGB value is (79,140,108). Sum of RGB (Red+Green+Blue) = 79+140+108=327 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.16% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 140 - color contains mainly: green. Hex color #4F8C6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8C6C is #B07393. Grayscale: #767676. Windows color (decimal): -11563924 or 7113807. OLE color: 7113807.
HSL color Cylindrical-coordinate representation of color #4F8C6C: hue angle of 148.52º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F8C6C is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 140 | 108 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.45 |
| HSL | 148.52º | 0.28% | 0.43% | - |
| HSV(B) | 148.52º | 0.44% | 0.55% | - |
| XYZ | 15.31 | 21.5 | 17.53 | - |
| YUV | 118.11 | 122.29 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 140 | 108 | 0.44 | 0 | 0.23 | 0.45 | 148.52 | 0.28 | 0.43 |
| Hex | 4F | 8C | 6C | 2C | 0 | 17 | 2D | 95 | 1C | 2B |
| Octal | 117 | 214 | 154 | 54 | 0 | 27 | 55 | 225 | 34 | 53 |
| Binary | 1001111 | 10001100 | 1101100 | 101100 | 0 | 10111 | 101101 | 10010101 | 11100 | 101011 |
Color Harmonies of #4F8C6C
Complementary color
Monochromatic Colors of #4F8C6C
Black with #4F8C6C
Text Example
Text Example
White with #4F8C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8C6C; }
p { color: rgb(79,140,108); }
H1.HeaderClassName
{
color: #4F8C6C;
}
.AnyTagClassName
{
color: #4F8C6C;
}
</style>
background-color css
<style>
a { background-color: #4F8C6C; }
a { background-color: rgb(79,140,108); }
div.DivClassName
{
background-color: #4F8C6C;
}
.BgClassName
{
background-color: #4F8C6C;
}
</style>
border-color css
<style>
span { border-color: #4F8C6C; }
span { border-color: rgb(79,140,108); }
td.TdClassName
{
border-color: #4F8C6C;
}
.TagClassName
{
border-color: #4F8C6C;
}
</style>