Shades of Como #4F7A5F
Tints of Como #4F7A5F
RGB
CMYK
RGB Variations
Color information
#4F7A5F (or 0x4F7A5F) is known color: Como. HEX triplet: 4F, 7A and 5F. RGB value is (79,122,95). Sum of RGB (Red+Green+Blue) = 79+122+95=296 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.69% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 122 - color contains mainly: green. Hex color #4F7A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7A5F is #B085A0. Grayscale: #6A6A6A. Windows color (decimal): -11568545 or 6257231. OLE color: 6257231.
HSL color Cylindrical-coordinate representation of color #4F7A5F: hue angle of 142.33º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F7A5F is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 122 | 95 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.52 |
| HSL | 142.33º | 0.21% | 0.39% | - |
| HSV(B) | 142.33º | 0.35% | 0.48% | - |
| XYZ | 12.25 | 16.41 | 13.35 | - |
| YUV | 106.07 | 121.75 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 122 | 95 | 0.35 | 0 | 0.22 | 0.52 | 142.33 | 0.21 | 0.39 |
| Hex | 4F | 7A | 5F | 23 | 0 | 16 | 34 | 8E | 15 | 27 |
| Octal | 117 | 172 | 137 | 43 | 0 | 26 | 64 | 216 | 25 | 47 |
| Binary | 1001111 | 1111010 | 1011111 | 100011 | 0 | 10110 | 110100 | 10001110 | 10101 | 100111 |
Color Harmonies of #4F7A5F
Complementary color
Monochromatic Colors of #4F7A5F
Black with #4F7A5F
Text Example
Text Example
White with #4F7A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7A5F; }
p { color: rgb(79,122,95); }
H1.HeaderClassName
{
color: #4F7A5F;
}
.AnyTagClassName
{
color: #4F7A5F;
}
</style>
background-color css
<style>
a { background-color: #4F7A5F; }
a { background-color: rgb(79,122,95); }
div.DivClassName
{
background-color: #4F7A5F;
}
.BgClassName
{
background-color: #4F7A5F;
}
</style>
border-color css
<style>
span { border-color: #4F7A5F; }
span { border-color: rgb(79,122,95); }
td.TdClassName
{
border-color: #4F7A5F;
}
.TagClassName
{
border-color: #4F7A5F;
}
</style>