Shades of Como #4F755F
Tints of Como #4F755F
RGB
CMYK
RGB Variations
Color information
#4F755F (or 0x4F755F) is known color: Como. HEX triplet: 4F, 75 and 5F. RGB value is (79,117,95). Sum of RGB (Red+Green+Blue) = 79+117+95=291 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.15% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #4F755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F755F is #B08AA0. Grayscale: #676767. Windows color (decimal): -11569825 or 6255951. OLE color: 6255951.
HSL color Cylindrical-coordinate representation of color #4F755F: hue angle of 145.26º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F755F is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 117 | 95 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.54 |
| HSL | 145.26º | 0.19% | 0.38% | - |
| HSV(B) | 145.26º | 0.32% | 0.46% | - |
| XYZ | 11.65 | 15.21 | 13.15 | - |
| YUV | 103.13 | 123.41 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 117 | 95 | 0.32 | 0 | 0.19 | 0.54 | 145.26 | 0.19 | 0.38 |
| Hex | 4F | 75 | 5F | 20 | 0 | 13 | 36 | 91 | 13 | 26 |
| Octal | 117 | 165 | 137 | 40 | 0 | 23 | 66 | 221 | 23 | 46 |
| Binary | 1001111 | 1110101 | 1011111 | 100000 | 0 | 10011 | 110110 | 10010001 | 10011 | 100110 |
Color Harmonies of #4F755F
Complementary color
Monochromatic Colors of #4F755F
Black with #4F755F
Text Example
Text Example
White with #4F755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F755F; }
p { color: rgb(79,117,95); }
H1.HeaderClassName
{
color: #4F755F;
}
.AnyTagClassName
{
color: #4F755F;
}
</style>
background-color css
<style>
a { background-color: #4F755F; }
a { background-color: rgb(79,117,95); }
div.DivClassName
{
background-color: #4F755F;
}
.BgClassName
{
background-color: #4F755F;
}
</style>
border-color css
<style>
span { border-color: #4F755F; }
span { border-color: rgb(79,117,95); }
td.TdClassName
{
border-color: #4F755F;
}
.TagClassName
{
border-color: #4F755F;
}
</style>