Shades of Cutty Sark #4F8B6D
Tints of Cutty Sark #4F8B6D
RGB
CMYK
RGB Variations
Color information
#4F8B6D (or 0x4F8B6D) is known color: Cutty Sark. HEX triplet: 4F, 8B and 6D. RGB value is (79,139,109). Sum of RGB (Red+Green+Blue) = 79+139+109=327 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.16% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 139 - color contains mainly: green. Hex color #4F8B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8B6D is #B07492. Grayscale: #757575. Windows color (decimal): -11564179 or 7179087. OLE color: 7179087.
HSL color Cylindrical-coordinate representation of color #4F8B6D: hue angle of 150º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F8B6D is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 139 | 109 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.45 |
| HSL | 150º | 0.28% | 0.43% | - |
| HSV(B) | 150º | 0.43% | 0.55% | - |
| XYZ | 15.22 | 21.23 | 17.76 | - |
| YUV | 117.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 139 | 109 | 0.43 | 0 | 0.22 | 0.45 | 150 | 0.28 | 0.43 |
| Hex | 4F | 8B | 6D | 2B | 0 | 16 | 2D | 96 | 1C | 2B |
| Octal | 117 | 213 | 155 | 53 | 0 | 26 | 55 | 226 | 34 | 53 |
| Binary | 1001111 | 10001011 | 1101101 | 101011 | 0 | 10110 | 101101 | 10010110 | 11100 | 101011 |
Color Harmonies of #4F8B6D
Complementary color
Monochromatic Colors of #4F8B6D
Black with #4F8B6D
Text Example
Text Example
White with #4F8B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8B6D; }
p { color: rgb(79,139,109); }
H1.HeaderClassName
{
color: #4F8B6D;
}
.AnyTagClassName
{
color: #4F8B6D;
}
</style>
background-color css
<style>
a { background-color: #4F8B6D; }
a { background-color: rgb(79,139,109); }
div.DivClassName
{
background-color: #4F8B6D;
}
.BgClassName
{
background-color: #4F8B6D;
}
</style>
border-color css
<style>
span { border-color: #4F8B6D; }
span { border-color: rgb(79,139,109); }
td.TdClassName
{
border-color: #4F8B6D;
}
.TagClassName
{
border-color: #4F8B6D;
}
</style>