Shades of Como #4F8F69
Tints of Como #4F8F69
RGB
CMYK
RGB Variations
Color information
#4F8F69 (or 0x4F8F69) is known color: Como. HEX triplet: 4F, 8F and 69. RGB value is (79,143,105). Sum of RGB (Red+Green+Blue) = 79+143+105=327 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.16% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 143 - color contains mainly: green. Hex color #4F8F69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8F69 is #B07096. Grayscale: #777777. Windows color (decimal): -11563159 or 6917967. OLE color: 6917967.
HSL color Cylindrical-coordinate representation of color #4F8F69: hue angle of 144.38º 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 #4F8F69 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 143 | 105 | - |
| CMYK | 0.45 | 0 | 0.27 | 0.44 |
| HSL | 144.38º | 0.29% | 0.44% | - |
| HSV(B) | 144.38º | 0.45% | 0.56% | - |
| XYZ | 15.6 | 22.33 | 16.85 | - |
| YUV | 119.53 | 119.8 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 143 | 105 | 0.45 | 0 | 0.27 | 0.44 | 144.38 | 0.29 | 0.44 |
| Hex | 4F | 8F | 69 | 2D | 0 | 1B | 2C | 90 | 1D | 2C |
| Octal | 117 | 217 | 151 | 55 | 0 | 33 | 54 | 220 | 35 | 54 |
| Binary | 1001111 | 10001111 | 1101001 | 101101 | 0 | 11011 | 101100 | 10010000 | 11101 | 101100 |
Color Harmonies of #4F8F69
Complementary color
Monochromatic Colors of #4F8F69
Black with #4F8F69
Text Example
Text Example
White with #4F8F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8F69; }
p { color: rgb(79,143,105); }
H1.HeaderClassName
{
color: #4F8F69;
}
.AnyTagClassName
{
color: #4F8F69;
}
</style>
background-color css
<style>
a { background-color: #4F8F69; }
a { background-color: rgb(79,143,105); }
div.DivClassName
{
background-color: #4F8F69;
}
.BgClassName
{
background-color: #4F8F69;
}
</style>
border-color css
<style>
span { border-color: #4F8F69; }
span { border-color: rgb(79,143,105); }
td.TdClassName
{
border-color: #4F8F69;
}
.TagClassName
{
border-color: #4F8F69;
}
</style>