Shades of Cutty Sark #4F856A
Tints of Cutty Sark #4F856A
RGB
CMYK
RGB Variations
Color information
#4F856A (or 0x4F856A) is known color: Cutty Sark. HEX triplet: 4F, 85 and 6A. RGB value is (79,133,106). Sum of RGB (Red+Green+Blue) = 79+133+106=318 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.84% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #4F856A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F856A is #B07A95. Grayscale: #717171. Windows color (decimal): -11565718 or 6980943. OLE color: 6980943.
HSL color Cylindrical-coordinate representation of color #4F856A: hue angle of 150º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F856A is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 133 | 106 | - |
| CMYK | 0.41 | 0 | 0.20 | 0.48 |
| HSL | 150º | 0.25% | 0.42% | - |
| HSV(B) | 150º | 0.41% | 0.52% | - |
| XYZ | 14.21 | 19.48 | 16.65 | - |
| YUV | 113.78 | 123.61 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 133 | 106 | 0.41 | 0 | 0.20 | 0.48 | 150 | 0.25 | 0.42 |
| Hex | 4F | 85 | 6A | 29 | 0 | 14 | 30 | 96 | 19 | 2A |
| Octal | 117 | 205 | 152 | 51 | 0 | 24 | 60 | 226 | 31 | 52 |
| Binary | 1001111 | 10000101 | 1101010 | 101001 | 0 | 10100 | 110000 | 10010110 | 11001 | 101010 |
Color Harmonies of #4F856A
Complementary color
Monochromatic Colors of #4F856A
Black with #4F856A
Text Example
Text Example
White with #4F856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F856A; }
p { color: rgb(79,133,106); }
H1.HeaderClassName
{
color: #4F856A;
}
.AnyTagClassName
{
color: #4F856A;
}
</style>
background-color css
<style>
a { background-color: #4F856A; }
a { background-color: rgb(79,133,106); }
div.DivClassName
{
background-color: #4F856A;
}
.BgClassName
{
background-color: #4F856A;
}
</style>
border-color css
<style>
span { border-color: #4F856A; }
span { border-color: rgb(79,133,106); }
td.TdClassName
{
border-color: #4F856A;
}
.TagClassName
{
border-color: #4F856A;
}
</style>