Shades of Como #4F8A68
Tints of Como #4F8A68
RGB
CMYK
RGB Variations
Color information
#4F8A68 (or 0x4F8A68) is known color: Como. HEX triplet: 4F, 8A and 68. RGB value is (79,138,104). Sum of RGB (Red+Green+Blue) = 79+138+104=321 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.61% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 138 - color contains mainly: green. Hex color #4F8A68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8A68 is #B07597. Grayscale: #747474. Windows color (decimal): -11564440 or 6851151. OLE color: 6851151.
HSL color Cylindrical-coordinate representation of color #4F8A68: hue angle of 145.42º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F8A68 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 138 | 104 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.46 |
| HSL | 145.42º | 0.27% | 0.43% | - |
| HSV(B) | 145.42º | 0.43% | 0.54% | - |
| XYZ | 14.81 | 20.84 | 16.34 | - |
| YUV | 116.48 | 120.95 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 138 | 104 | 0.43 | 0 | 0.25 | 0.46 | 145.42 | 0.27 | 0.43 |
| Hex | 4F | 8A | 68 | 2B | 0 | 19 | 2E | 91 | 1B | 2B |
| Octal | 117 | 212 | 150 | 53 | 0 | 31 | 56 | 221 | 33 | 53 |
| Binary | 1001111 | 10001010 | 1101000 | 101011 | 0 | 11001 | 101110 | 10010001 | 11011 | 101011 |
Color Harmonies of #4F8A68
Complementary color
Monochromatic Colors of #4F8A68
Black with #4F8A68
Text Example
Text Example
White with #4F8A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8A68; }
p { color: rgb(79,138,104); }
H1.HeaderClassName
{
color: #4F8A68;
}
.AnyTagClassName
{
color: #4F8A68;
}
</style>
background-color css
<style>
a { background-color: #4F8A68; }
a { background-color: rgb(79,138,104); }
div.DivClassName
{
background-color: #4F8A68;
}
.BgClassName
{
background-color: #4F8A68;
}
</style>
border-color css
<style>
span { border-color: #4F8A68; }
span { border-color: rgb(79,138,104); }
td.TdClassName
{
border-color: #4F8A68;
}
.TagClassName
{
border-color: #4F8A68;
}
</style>