Shades of Como #4F785C
Tints of Como #4F785C
RGB
CMYK
RGB Variations
Color information
#4F785C (or 0x4F785C) is known color: Como. HEX triplet: 4F, 78 and 5C. RGB value is (79,120,92). Sum of RGB (Red+Green+Blue) = 79+120+92=291 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.15% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 120 - color contains mainly: green. Hex color #4F785C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F785C is #B087A3. Grayscale: #686868. Windows color (decimal): -11569060 or 6060111. OLE color: 6060111.
HSL color Cylindrical-coordinate representation of color #4F785C: hue angle of 139.02º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F785C is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 120 | 92 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.53 |
| HSL | 139.02º | 0.21% | 0.39% | - |
| HSV(B) | 139.02º | 0.34% | 0.47% | - |
| XYZ | 11.87 | 15.87 | 12.56 | - |
| YUV | 104.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 120 | 92 | 0.34 | 0 | 0.23 | 0.53 | 139.02 | 0.21 | 0.39 |
| Hex | 4F | 78 | 5C | 22 | 0 | 17 | 35 | 8B | 15 | 27 |
| Octal | 117 | 170 | 134 | 42 | 0 | 27 | 65 | 213 | 25 | 47 |
| Binary | 1001111 | 1111000 | 1011100 | 100010 | 0 | 10111 | 110101 | 10001011 | 10101 | 100111 |
Color Harmonies of #4F785C
Complementary color
Monochromatic Colors of #4F785C
Black with #4F785C
Text Example
Text Example
White with #4F785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F785C; }
p { color: rgb(79,120,92); }
H1.HeaderClassName
{
color: #4F785C;
}
.AnyTagClassName
{
color: #4F785C;
}
</style>
background-color css
<style>
a { background-color: #4F785C; }
a { background-color: rgb(79,120,92); }
div.DivClassName
{
background-color: #4F785C;
}
.BgClassName
{
background-color: #4F785C;
}
</style>
border-color css
<style>
span { border-color: #4F785C; }
span { border-color: rgb(79,120,92); }
td.TdClassName
{
border-color: #4F785C;
}
.TagClassName
{
border-color: #4F785C;
}
</style>