Shades of Cutty Sark #4F9075
Tints of Cutty Sark #4F9075
RGB
CMYK
RGB Variations
Color information
#4F9075 (or 0x4F9075) is known color: Cutty Sark. HEX triplet: 4F, 90 and 75. RGB value is (79,144,117). Sum of RGB (Red+Green+Blue) = 79+144+117=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 144 - color contains mainly: green. Hex color #4F9075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9075 is #B06F8A. Grayscale: #797979. Windows color (decimal): -11562891 or 7704655. OLE color: 7704655.
HSL color Cylindrical-coordinate representation of color #4F9075: hue angle of 155.08º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F9075 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 144 | 117 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.44 |
| HSL | 155.08º | 0.29% | 0.44% | - |
| HSV(B) | 155.08º | 0.45% | 0.56% | - |
| XYZ | 16.41 | 22.89 | 20.38 | - |
| YUV | 121.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 144 | 117 | 0.45 | 0 | 0.19 | 0.44 | 155.08 | 0.29 | 0.44 |
| Hex | 4F | 90 | 75 | 2D | 0 | 13 | 2C | 9B | 1D | 2C |
| Octal | 117 | 220 | 165 | 55 | 0 | 23 | 54 | 233 | 35 | 54 |
| Binary | 1001111 | 10010000 | 1110101 | 101101 | 0 | 10011 | 101100 | 10011011 | 11101 | 101100 |
Color Harmonies of #4F9075
Complementary color
Monochromatic Colors of #4F9075
Black with #4F9075
Text Example
Text Example
White with #4F9075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9075; }
p { color: rgb(79,144,117); }
H1.HeaderClassName
{
color: #4F9075;
}
.AnyTagClassName
{
color: #4F9075;
}
</style>
background-color css
<style>
a { background-color: #4F9075; }
a { background-color: rgb(79,144,117); }
div.DivClassName
{
background-color: #4F9075;
}
.BgClassName
{
background-color: #4F9075;
}
</style>
border-color css
<style>
span { border-color: #4F9075; }
span { border-color: rgb(79,144,117); }
td.TdClassName
{
border-color: #4F9075;
}
.TagClassName
{
border-color: #4F9075;
}
</style>