Shades of Cutty Sark #4F8E6A
Tints of Cutty Sark #4F8E6A
RGB
CMYK
RGB Variations
Color information
#4F8E6A (or 0x4F8E6A) is known color: Cutty Sark. HEX triplet: 4F, 8E and 6A. RGB value is (79,142,106). Sum of RGB (Red+Green+Blue) = 79+142+106=327 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.16% from 327); Green value is 142 (55.86% from 255 or 43.43% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 142 - color contains mainly: green. Hex color #4F8E6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8E6A is #B07195. Grayscale: #777777. Windows color (decimal): -11563414 or 6983247. OLE color: 6983247.
HSL color Cylindrical-coordinate representation of color #4F8E6A: hue angle of 145.71º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F8E6A is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 142 | 106 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.44 |
| HSL | 145.71º | 0.29% | 0.43% | - |
| HSV(B) | 145.71º | 0.44% | 0.56% | - |
| XYZ | 15.5 | 22.05 | 17.07 | - |
| YUV | 119.06 | 120.63 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 142 | 106 | 0.44 | 0 | 0.25 | 0.44 | 145.71 | 0.29 | 0.43 |
| Hex | 4F | 8E | 6A | 2C | 0 | 19 | 2C | 92 | 1D | 2B |
| Octal | 117 | 216 | 152 | 54 | 0 | 31 | 54 | 222 | 35 | 53 |
| Binary | 1001111 | 10001110 | 1101010 | 101100 | 0 | 11001 | 101100 | 10010010 | 11101 | 101011 |
Color Harmonies of #4F8E6A
Complementary color
Monochromatic Colors of #4F8E6A
Black with #4F8E6A
Text Example
Text Example
White with #4F8E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8E6A; }
p { color: rgb(79,142,106); }
H1.HeaderClassName
{
color: #4F8E6A;
}
.AnyTagClassName
{
color: #4F8E6A;
}
</style>
background-color css
<style>
a { background-color: #4F8E6A; }
a { background-color: rgb(79,142,106); }
div.DivClassName
{
background-color: #4F8E6A;
}
.BgClassName
{
background-color: #4F8E6A;
}
</style>
border-color css
<style>
span { border-color: #4F8E6A; }
span { border-color: rgb(79,142,106); }
td.TdClassName
{
border-color: #4F8E6A;
}
.TagClassName
{
border-color: #4F8E6A;
}
</style>