Shades of Tom Thumb #4F6743
Tints of Tom Thumb #4F6743
RGB
CMYK
RGB Variations
Color information
#4F6743 (or 0x4F6743) is known color: Tom Thumb. HEX triplet: 4F, 67 and 43. RGB value is (79,103,67). Sum of RGB (Red+Green+Blue) = 79+103+67=249 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.73% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 103 - color contains mainly: green. Hex color #4F6743 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6743 is #B098BC. Grayscale: #5B5B5B. Windows color (decimal): -11573437 or 4417359. OLE color: 4417359.
HSL color Cylindrical-coordinate representation of color #4F6743: hue angle of 100º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F6743 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 103 | 67 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.60 |
| HSL | 100º | 0.21% | 0.33% | - |
| HSV(B) | 100º | 0.35% | 0.4% | - |
| XYZ | 9.09 | 11.77 | 7.1 | - |
| YUV | 91.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 103 | 67 | 0.23 | 0 | 0.35 | 0.60 | 100 | 0.21 | 0.33 |
| Hex | 4F | 67 | 43 | 17 | 0 | 23 | 3C | 64 | 15 | 21 |
| Octal | 117 | 147 | 103 | 27 | 0 | 43 | 74 | 144 | 25 | 41 |
| Binary | 1001111 | 1100111 | 1000011 | 10111 | 0 | 100011 | 111100 | 1100100 | 10101 | 100001 |
Color Harmonies of #4F6743
Complementary color
Monochromatic Colors of #4F6743
Black with #4F6743
Text Example
Text Example
White with #4F6743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6743; }
p { color: rgb(79,103,67); }
H1.HeaderClassName
{
color: #4F6743;
}
.AnyTagClassName
{
color: #4F6743;
}
</style>
background-color css
<style>
a { background-color: #4F6743; }
a { background-color: rgb(79,103,67); }
div.DivClassName
{
background-color: #4F6743;
}
.BgClassName
{
background-color: #4F6743;
}
</style>
border-color css
<style>
span { border-color: #4F6743; }
span { border-color: rgb(79,103,67); }
td.TdClassName
{
border-color: #4F6743;
}
.TagClassName
{
border-color: #4F6743;
}
</style>