Shades of Como #4F8065
Tints of Como #4F8065
RGB
CMYK
RGB Variations
Color information
#4F8065 (or 0x4F8065) is known color: Como. HEX triplet: 4F, 80 and 65. RGB value is (79,128,101). Sum of RGB (Red+Green+Blue) = 79+128+101=308 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.65% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 128 - color contains mainly: green. Hex color #4F8065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8065 is #B07F9A. Grayscale: #6E6E6E. Windows color (decimal): -11567003 or 6651983. OLE color: 6651983.
HSL color Cylindrical-coordinate representation of color #4F8065: hue angle of 146.94º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F8065 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 79 | 128 | 101 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.50 |
| HSL | 146.94º | 0.24% | 0.41% | - |
| HSV(B) | 146.94º | 0.38% | 0.5% | - |
| XYZ | 13.29 | 18.04 | 15.09 | - |
| YUV | 110.27 | 122.77 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 128 | 101 | 0.38 | 0 | 0.21 | 0.50 | 146.94 | 0.24 | 0.41 |
| Hex | 4F | 80 | 65 | 26 | 0 | 15 | 32 | 93 | 18 | 29 |
| Octal | 117 | 200 | 145 | 46 | 0 | 25 | 62 | 223 | 30 | 51 |
| Binary | 1001111 | 10000000 | 1100101 | 100110 | 0 | 10101 | 110010 | 10010011 | 11000 | 101001 |
Color Harmonies of #4F8065
Complementary color
Monochromatic Colors of #4F8065
Black with #4F8065
Text Example
Text Example
White with #4F8065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8065; }
p { color: rgb(79,128,101); }
H1.HeaderClassName
{
color: #4F8065;
}
.AnyTagClassName
{
color: #4F8065;
}
</style>
background-color css
<style>
a { background-color: #4F8065; }
a { background-color: rgb(79,128,101); }
div.DivClassName
{
background-color: #4F8065;
}
.BgClassName
{
background-color: #4F8065;
}
</style>
border-color css
<style>
span { border-color: #4F8065; }
span { border-color: rgb(79,128,101); }
td.TdClassName
{
border-color: #4F8065;
}
.TagClassName
{
border-color: #4F8065;
}
</style>